From ccd055d981adc9a3d1b1f8da4008c9f55ea061af Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 13 Aug 2020 13:19:19 +0000 Subject: [PATCH] Bug 26202: Remove the use of jquery.checkboxes plugin from batch record modification page This patch removes the use of the jquery.checkboxes plugin from the batch record modification page. To test, apply the patch and go to Tools -> Batch record modification - Submit a batch of biblionumbers for modification. - On the results page, test the "Select all" and "Clear all" links to confirm that they work correctly. Signed-off-by: Amit Gupta Signed-off-by: Katrin Fischer --- .../prog/en/modules/tools/batch_record_modification.tt | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt index 66de6f4b1c..19aab275b5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt @@ -302,7 +302,6 @@ [% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] - [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %] [% Asset.js("js/background-job-progressbar.js") | $raw %]