https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20529
Bug ID: 20529
Summary: Return to results link is truncated when the search
contains a double quote
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Staff Client
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
== Reproduce ==
1. Search in the staff catalogue «a "alice"»
Replace a and alice with whatever than will return a result.
2. Click on the first result
3. Check the "Return to results"
It should be like
staff_url://cgi-bin/koha/catalogue/search.pl?idx=kw&q=a
This is the bug. Because when clicking the link, your search will be
'kw,wrdl: a'
instead of
'kw,wrdl: a "alice"'
== Cause ==
Something about escaping in koha-tmpl/intranet-tmpl/js/browser.js
Search for BROWSER_RETURN_TO_SEARCH
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/