Bugzilla – Attachment 142601 Details for
Bug 31967
Search terms retained in header search when only one result
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31967: Search terms retained in header search when only one result
Bug-31967-Search-terms-retained-in-header-search-w.patch (text/plain), 1.59 KB, created by
David Nind
on 2022-10-25 07:43:24 UTC
(
hide
)
Description:
Bug 31967: Search terms retained in header search when only one result
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-10-25 07:43:24 UTC
Size:
1.59 KB
patch
obsolete
>From b9cdb19125f0925e699cf158d1c303f8a099f60c Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Mon, 24 Oct 2022 20:47:41 -1000 >Subject: [PATCH] Bug 31967: Search terms retained in header search when only > one result > >Bug 26247 added a system preference to manage the Retaining of search terms in header search. >But this does not work if there is only one match and you go directly to details page. > >Test plan : >1) Set system preference RetainCatalogSearchTerms to "Don't retain" >2) Perform a search leading to a single result. > For example in KTD the ISBN 1932100083 >=> Without patch search bar is populated with search terms >=> With patch search bar is not populated with search terms > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 5a14e60aaa..419b6095a3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -1949,7 +1949,7 @@ Note that permanent location is a code, and location may be an authval. > > }); > >- [% IF (found1) %] >+ [% IF found1 && Koha.Preference('RetainCatalogSearchTerms') %] > $(document).ready(function() { > var search_index = localStorage.getItem("cat_search_pulldown_selection"); > var search_value = localStorage.getItem("searchbox_value"); >-- >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 31967
:
142600
|
142601
|
142984