https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26606
Bug ID: 26606
Summary: Correctly URI-encode query string in URL loaded after
deleting an authority record
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: MARC Authority data support
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
If you search for "this & that" and delete one of the results, after it is
deleted the search in the reloaded page is for "this " rather than for "this &
that". The template uses the url filter, which is for filtering an entire URI
where :, &, #, etc. should be left alone, rather than the uri filter which is
for filtering a URI component where they should be encoded.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/