Bugzilla – Attachment 177213 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.23 KB, created by
Martin Renvoize (ashimema)
on 2025-01-28 08:12:22 UTC
(
hide
)
Description:
Bug 38116: Empty column filters
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-01-28 08:12:22 UTC
Size:
1.23 KB
patch
obsolete
>From 49cf9ebd5c5230b69fec09578f552a91bc89a4f0 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 e15c1502d9b..9e818135028 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >@@ -857,6 +857,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.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