Bugzilla – Attachment 143948 Details for
Bug 31543
MaxComponentRecords link is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31543: (follow-up) Use url filter for opac components search
Bug-31543-follow-up-Use-url-filter-for-opac-compon.patch (text/plain), 1.52 KB, created by
Nick Clemens (kidclamp)
on 2022-11-16 11:03:57 UTC
(
hide
)
Description:
Bug 31543: (follow-up) Use url filter for opac components search
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-11-16 11:03:57 UTC
Size:
1.52 KB
patch
obsolete
>From 6aa8ce102e4f6e64ce28d540ca3c6117f2bbfdc5 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 16 Nov 2022 11:02:29 +0000 >Subject: [PATCH] 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 >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index 087f337a7b..7fde0c96a7 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -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> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31543
:
140384
|
142665
|
143948
|
143963
|
143964
|
143965
|
143966