Bugzilla – Attachment 194028 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
494661f.patch (text/plain), 1.17 KB, created by
Lisette Scheer
on 2026-02-26 18:07:05 UTC
(
hide
)
Description:
Bug 40504: Preparation: Disambiguation of .clear_search
Filename:
MIME Type:
Creator:
Lisette Scheer
Created:
2026-02-26 18:07:05 UTC
Size:
1.17 KB
patch
obsolete
>From 494661f0d66a3a0b101a981597a0eb1ef78738bd 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 > >Signed-off-by: Jeremy Evans <Jeremy.Evans@ukhsa.gov.uk> >Signed-off-by: Lisette Scheer <lisette@bywatersolutions.com> >--- > 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 fa334ec82d3..e175c4c44c1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >@@ -821,7 +821,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
|
191196
|
191197
|
191198
|
191199
|
191200
|
191201
|
191202
|
191203
|
191204
|
191205
|
191206
|
192094
|
193186
|
193187
|
193188
|
193189
|
193190
|
193191
|
193192
|
193193
|
193194
|
193195
|
193196
|
193197
|
194023
|
194024
|
194026
|
194027
| 194028 |
194029
|
194030
|
194031
|
194032
|
194033
|
194034
|
194035
|
194036
|
194037
|
194038