[Koha-bugs] [Bug 24014] New: Return to last Advanced Search link incorrectly encoded

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 11 22:31:42 CET 2019


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 at myacpl.org
          Reporter: david.roberts at ptfs-europe.com
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list