Bug 31543: (follow-up) Use url filter for opac components search
The previous patch switches to using 'query_string' which is returned encoded. Using uri we doulbe encode the string - this patch prevents that Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
1736fe2335
commit
0583834997
1 changed files with 1 additions and 1 deletions
|
@ -631,7 +631,7 @@
|
|||
[% END %]
|
||||
</table>
|
||||
[% IF ComponentParts.size == Koha.Preference('MaxComponentRecords')%]
|
||||
<p>Only [% ComponentParts.size | html %] results are shown: <a href="/cgi-bin/koha/opac-search.pl?q=[% ComponentPartsQuery | uri %]"/>show all component parts</a></p>
|
||||
<p>Only [% ComponentParts.size | html %] results are shown: <a href="/cgi-bin/koha/opac-search.pl?q=[% ComponentPartsQuery | url %]"/>show all component parts</a></p>
|
||||
[% END %]
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue