[Koha-bugs] [Bug 20529] Return to results link is truncated when the search contains a double quote

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Apr 17 15:27:00 CEST 2021


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

--- Comment #20 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
The patch needs a major rebase, since we since moved some things around like
changing the way we do the translations on this script.

But the problem remains. I tested with: a "test"

The link back to the results turns it into a search for: a

++<<<<<<< HEAD
 +                    var searchURL = '/cgi-bin/koha/catalogue/search.pl?' +
decodeURIComponent(current_search.query) + '&limit=' +
decodeURIComponent(current_search.limit) + '&sort_by=' + current_search.sort +
'&searchid=' + me.searchid + '&offset=' + me.offset;
++=======
+                     var searchURL = '/cgi-bin/koha/catalogue/search.pl?' +
current_search.query + '&limit=' + decodeURIComponent(current_search.limit) +
'&sort=' + current_search.sort + '&searchid=' + me.searchid + '&offset=' +
me.offset;
++>>>>>>> Bug 20529: Fix "Return to results" link broken by a double quote

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


More information about the Koha-bugs mailing list