[Koha-bugs] [Bug 35126] New: Remove the use of event attributes from opac-addbybiblionumber.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 23 00:24:28 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35126

            Bug ID: 35126
           Summary: Remove the use of event attributes from
                    opac-addbybiblionumber.pl
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: dcook at prosentient.com.au
        QA Contact: testopia at bugs.koha-community.org

There are some event attributes in opac-addbybiblionumber.pl. These should be
removed in favour of defining events in JavaScript.

./opac/opac-addbybiblionumber.pl:            print "<html><meta
http-equiv=\"refresh\" content=\"0\" /><body
onload=\"window.opener.location.reload(true);self.close();\"></body></html>";
./opac/opac-addbybiblionumber.pl:        print "<html><meta
http-equiv=\"refresh\" content=\"0\" /><body
onload=\"self.close();\"></body></html>";

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list