From: Owen Leonard Date: Thu, 13 Aug 2020 13:19:19 +0000 (+0000) Subject: Bug 26202: Remove the use of jquery.checkboxes plugin from batch record modification... X-Git-Url: http://git.equinoxoli.org/?p=koha.git;a=commitdiff_plain;h=9371685b973a287b7642fb907721f4964d92e65a 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 Signed-off-by: Jonathan Druart --- 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 66de6f4..19aab27 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 %]