Bugzilla – Attachment 177922 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: Empty column filters
Bug-38116-Empty-column-filters.patch (text/plain), 1.26 KB, created by
Jonathan Druart
on 2025-02-12 14:36:45 UTC
(
hide
)
Description:
Bug 38116: Empty column filters
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-02-12 14:36:45 UTC
Size:
1.26 KB
patch
obsolete
>From d3796f52961ec067ed5367fa088aa3bcd2350331 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 1 Jan 2025 19:26:59 +0100 >Subject: [PATCH] Bug 38116: Empty column filters > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 3 +++ > 1 file changed, 3 insertions(+) > >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 fd0a16f506f..b78c044d961 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >@@ -861,6 +861,9 @@ > function filter() { > let parent_block = $("#[% search_results_block_id | html %]"); > let patron_search_form = get_patron_search_form(); >+ // Empty header filters. Do not need to deal with selects. >+ let table_node = $("#[% table_id | html %]"); >+ table_node.find('thead tr:eq(1) th input').val(""); > [% IF redirect_if_attribute_equal %] > let filter = patron_search_form.find(".search_patron_filter").val(); > if ( filter ) { >-- >2.34.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
|
177920
|
177921
| 177922