[Koha-bugs] [Bug 26605] New: Correctly URI-encode query string in call number browse plugin

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 2 23:50:35 CEST 2020


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

            Bug ID: 26605
           Summary: Correctly URI-encode query string in call number
                    browse plugin
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Cataloging
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: phil at chetcolibrary.org
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl

If you search for a call number like "M KRUEGER CO #11" in the cn_browser.pl
plugin, your query is cut off at "M KRUEGER CO " because the hash isn't
escaped, so the browser thinks you are opening a window and trying to navigate
to the element with the id 11 rather than passing the #11 to the server.

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


More information about the Koha-bugs mailing list