From 479d13a6b0ea372b6c5bd09ca061f6068dd68713 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 6 Aug 2020 11:42:33 +0000 Subject: [PATCH] Bug 26159: Remove the use of jquery.checkboxes plugin from batch record delete page This patch removes the use of the jquery.checkboxes plugin from the batch delete records page. To test, apply the patch and go to Tools -> Batch record deletion. - Submit a batch of biblionumbers which includes one or more checked-out items, one or more on-hold items, and one or more records with no items. - On the confirmation page, test the selection links at the top of the results table. Each one should work correctly. - Submit a batch of authority record ids which includes some records which are in use and some which aren't. - On the confirmation page, test the selection links at the top of the results table. Each one should work correctly. Signed-off-by: Amit Gupta --- .../prog/en/modules/tools/batch_delete_records.tt | 67 +++++++++++++++------- 1 file changed, 46 insertions(+), 21 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt index 4e1bead..8889b15 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt @@ -224,7 +224,6 @@ [% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] - [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]