Bugzilla – Attachment 177212 Details for
Bug 38116
Patrons search description should be built from DT's search settings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38116: Hide the description on 'Clear'
Bug-38116-Hide-the-description-on-Clear.patch (text/plain), 1020 bytes, created by
Martin Renvoize (ashimema)
on 2025-01-28 08:12:19 UTC
(
hide
)
Description:
Bug 38116: Hide the description on 'Clear'
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-01-28 08:12:19 UTC
Size:
1020 bytes
patch
obsolete
>From 84b288ad50cab8ba74416095ddfe0c1201373356 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 17 Dec 2024 11:07:29 +0100 >Subject: [PATCH] Bug 38116: Hide the description on 'Clear' > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >index feac6ac8a3e..e15c1502d9b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >@@ -921,6 +921,7 @@ > history.pushState( {}, null, window.location.href.split("?" )[0]); > [% END %] > $("#[% table_id | html %]_search_results").hide(); >+ parent_block.find(".search_description").hide(); > } > > // User has clicked on a letter >-- >2.48.1
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 38116
:
172569
|
173663
|
175585
|
175600
|
176043
|
176051
|
177211
| 177212 |
177213