Bugzilla – Attachment 184479 Details for
Bug 40395
Allow selecting multiple holds in patron detail page to perform actions on
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40395: (QA follow-up) Ensure checkboxes are unchecked after suspending
Bug-40395-QA-follow-up-Ensure-checkboxes-are-unche.patch (text/plain), 1.22 KB, created by
Pedro Amorim
on 2025-07-22 13:10:37 UTC
(
hide
)
Description:
Bug 40395: (QA follow-up) Ensure checkboxes are unchecked after suspending
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-07-22 13:10:37 UTC
Size:
1.22 KB
patch
obsolete
>From 7137c93d05b707503fda55a4bcc340196260f316 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Mon, 21 Jul 2025 11:26:54 +0000 >Subject: [PATCH] Bug 40395: (QA follow-up) Ensure checkboxes are unchecked > after suspending > >To test, select a few holds to suspend (but not all). Click 'Suspend selected'. Notice the selection doesn't reset. After this patch, it does reset. >--- > koha-tmpl/intranet-tmpl/prog/js/holds.js | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/holds.js b/koha-tmpl/intranet-tmpl/prog/js/holds.js >index f9c6c8d55e9..49884d99e86 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/holds.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/holds.js >@@ -639,9 +639,7 @@ $(document).ready(function () { > $("#suspend-modal-until").flatpickr().clear(); // clean the input > } > $("#suspend-modal").modal("hide"); >- if ($(".select_hold_all").prop("checked")) { >- $(".select_hold_all").click(); >- } >+ $(".select_hold_all").click(); > }); > } catch (error) { > if (error.status === 404) { >-- >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 40395
:
184109
|
184110
|
184111
|
184112
|
184113
|
184114
|
184115
|
184116
|
184134
|
184135
|
184136
|
184137
|
184138
|
184139
|
184140
|
184141
|
184398
|
184399
|
184400
|
184401
|
184402
|
184403
|
184404
|
184405
|
184434
|
184435
|
184437
|
184470
|
184471
|
184472
|
184473
|
184474
|
184475
|
184476
|
184477
|
184478
| 184479