Bugzilla – Attachment 187908 Details for
Bug 40504
ILL requests should have ability to assign staff to manage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40504: Preparation: Disambiguation of .clear_search
Bug-40504-Preparation-Disambiguation-of-clearsearc.patch (text/plain), 1.05 KB, created by
Pedro Amorim
on 2025-10-15 13:32:36 UTC
(
hide
)
Description:
Bug 40504: Preparation: Disambiguation of .clear_search
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-10-15 13:32:36 UTC
Size:
1.05 KB
patch
obsolete
>From dd0d95fe2c9684273638fe33b8fa5f11da189b9c Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Wed, 15 Oct 2025 09:07:25 +0000 >Subject: [PATCH] Bug 40504: Preparation: Disambiguation of .clear_search > >This is required, or clicking 'Clear' on the ILL patron search modal will trigger this event listener and cause a JS error, as the 'regular' ILL table is not shown/initialized when editing an ILL request >--- > koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >index 413b9f9458c..7c97255c61b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >@@ -816,7 +816,7 @@ $(document).ready(function () { > populateBackendFilter(); > > // Clear all filters >- $(".clear_search").click(function () { >+ $("#illfilter_form .clear_search").click(function () { > clearSearch(); > }); > }); >-- >2.39.5
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 40504
:
187906
|
187907
|
187908
|
187909
|
187910
|
187911
|
187912
|
187913
|
187914
|
187915
|
188365
|
188563
|
188565
|
188566
|
188567
|
188568
|
188569
|
188570
|
188571
|
188572
|
188573
|
188574
|
188624
|
188625
|
188935
|
188936