[Bug 24014] New: Return to last Advanced Search link incorrectly encoded
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24014 Bug ID: 24014 Summary: Return to last Advanced Search link incorrectly encoded Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: david.roberts@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org After performing an advanced search in the opac, if you click on the link to return to the last Advanced Search it is incorrectly encoded and results in a 404 page error. Changing line 117 of opac-results.tt from <p><a href="[% ReturnPath | uri %]">Return to the last advanced search</a></p> to <p><a href="[% ReturnPath | $raw %]">Return to the last advanced search</a></p> corrects the problem. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24014 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- It's now: <p><a href="[% ReturnPath | url %] This seems to work well in my tests. Marking "WORKSFORME". -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org