Bugzilla – Attachment 174548 Details for
Bug 36132
Allow users to delete multiple patron lists at once on any page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36132: Allow to delete multiple patron lists on any page
Bug-36132-Allow-to-delete-multiple-patron-lists-on.patch (text/plain), 1.52 KB, created by
Marcel de Rooy
on 2024-11-15 09:28:54 UTC
(
hide
)
Description:
Bug 36132: Allow to delete multiple patron lists on any page
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-11-15 09:28:54 UTC
Size:
1.52 KB
patch
obsolete
>From 3108ad743e514e932495f5f0a0b8bbcb1070400d Mon Sep 17 00:00:00 2001 >From: Hammat Wele <hammat.wele@inlibro.com> >Date: Mon, 12 Aug 2024 19:15:04 +0000 >Subject: [PATCH] Bug 36132: Allow to delete multiple patron lists on any page >Content-Type: text/plain; charset=utf-8 > >Plan test : >1. Apply the patch. >2. Create at least 22 patron lists (Navigate to Tools > Patron lists > New patron list). >3. Select the lists you want to delete on the 2nd page >4. Click the "Delete selected lists" button. >5. Confirm that the selected lists have been deleted. >6. Ensure that the button cannot be used if no list is selected. > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt >index 9ab988997b..d876423de6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt >@@ -177,7 +177,7 @@ > } > }); > >- $(".select_patron").on("click", function() { >+ $(document).on("click", ".select_patron", function() { > if($(this).is(':checked')){ > $("#delete_selected_lists").attr("class","btn btn-default btn-sm"); > selectedPatronLists.push($(this).data("patron-list-id")); >-- >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 36132
:
162283
|
165486
|
169223
|
170237
|
170699
| 174548