Bugzilla – Attachment 98928 Details for
Bug 24103
Add option to dump built search query to templates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24103: (follow-up) Dump query on opac authorities search
Bug-24103-follow-up-Dump-query-on-opac-authorities.patch (text/plain), 797 bytes, created by
Nick Clemens (kidclamp)
on 2020-02-14 11:36:52 UTC
(
hide
)
Description:
Bug 24103: (follow-up) Dump query on opac authorities search
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-02-14 11:36:52 UTC
Size:
797 bytes
patch
obsolete
>From f5ae27e1c32a9a2658e3f0a2df76fff7035b17b5 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 14 Feb 2020 11:34:46 +0000 >Subject: [PATCH] Bug 24103: (follow-up) Dump query on opac authorities search > >--- > opac/opac-authorities-home.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/opac/opac-authorities-home.pl b/opac/opac-authorities-home.pl >index 3ea2719412..85f1dd7b17 100755 >--- a/opac/opac-authorities-home.pl >+++ b/opac/opac-authorities-home.pl >@@ -75,6 +75,7 @@ if ( $op eq "do_search" ) { > debug => 1, > } > ); >+ $template->param( search_query => $search_query ) if C4::Context->preference('DumpSearchQueryTemplate'); > > # multi page display gestion > my $value_url = uri_escape_utf8($value[0]); >-- >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 24103
:
95792
|
98928
|
99023
|
99024
|
99054
|
99055
|
99137
|
99138