Bugzilla – Attachment 154410 Details for
Bug 34431
Distinguish between status and status alias in ILL UI
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34431: Add status and status_alias filters to clear
Bug-34431-Add-status-and-statusalias-filters-to-cl.patch (text/plain), 1.06 KB, created by
Pedro Amorim
on 2023-08-14 15:55:45 UTC
(
hide
)
Description:
Bug 34431: Add status and status_alias filters to clear
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-08-14 15:55:45 UTC
Size:
1.06 KB
patch
obsolete
>From b22a93c80259eb01d98be2097c0ad1f428124d43 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 7 Aug 2023 10:04:25 +0000 >Subject: [PATCH] Bug 34431: Add status and status_alias filters to clear > >Signed-off-by: Stephen Graham <s.graham4@herts.ac.uk> >--- > koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js | 3 +++ > 1 file changed, 3 insertions(+) > >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 ced8478f49..3be642ca9b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >@@ -424,6 +424,9 @@ $(document).ready(function() { > $("#"+filter).val(""); > }); > >+ $('#illfilter_status').prop('selectedIndex',0); >+ $('#illfilter_status_alias').prop('selectedIndex',0); >+ > //Clear flatpickr date filters > $('#illfilter_form > fieldset > ol > li:nth-child(4) > span > a').click(); > $('#illfilter_form > fieldset > ol > li:nth-child(5) > span > a').click(); >-- >2.30.2
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 34431
:
154034
|
154035
|
154036
|
154037
|
154289
|
154290
|
154291
|
154292
|
154301
|
154405
|
154406
|
154407
|
154408
|
154409
|
154410
|
154999
|
161104
|
161105
|
161106
|
161107
|
161108
|
161109
|
161110
|
161129
|
161130
|
161131
|
161132
|
161133
|
161134
|
161135