Bugzilla – Attachment 107440 Details for
Bug 25639
Add search queries to HTML so queries can be retrieved via JS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25639: (follow-up) Remove replacements from querystring
Bug-25639-follow-up-Remove-replacements-from-query.patch (text/plain), 1.13 KB, created by
Nick Clemens (kidclamp)
on 2020-07-27 15:37:09 UTC
(
hide
)
Description:
Bug 25639: (follow-up) Remove replacements from querystring
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-07-27 15:37:09 UTC
Size:
1.13 KB
patch
obsolete
>From 548dc843adc7d17f03f5c267a0c218036f0683df Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 27 Jul 2020 15:36:42 +0000 >Subject: [PATCH] Bug 25639: (follow-up) Remove replacements from querystring > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >index eac178501c..cf99fff41c 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >@@ -30,7 +30,7 @@ > [% INCLUDE 'bodytag.inc' bodyid='results' bodyclass='scrollto' %] > [% INCLUDE 'masthead.inc' %] > >- <span class="querystring" data-querystring="[% querystring |replace("'", "\'") |replace('\n', '\\n') |replace('\r', '\\r') | html %]"></span> >+ <span class="querystring" data-querystring="[% querystring | html %]"></span> > <span class="query_cgi" data-query_cgi="[% query_cgi | html %]"></span> > <span class="query_desc" data-query_desc="[% query_desc | html %]"></span> > >-- >2.11.0
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 25639
:
105458
|
105487
|
106112
|
107440
|
107486
|
107711
|
107712
|
107713
|
107714
|
107715
|
107745
|
109120
|
109221
|
109258