From a0433335b0f79f2c3c3ed5d8464812590d72378c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 5 Aug 2020 17:27:58 +0000 Subject: [PATCH] Bug 26151: Remove the use of jquery.checkboxes plugin from suggestions management page This patch removes the use of the jquery.checkboxes plugin from the suggestions management page and replaces it with custom JS. To test, apply the patch and go to Acquisitions -> Suggestions Under each tab ("Accepted," "Pending," etc.), test that the "Check all" and "Uncheck all" controls work correctly and only affect the table on that tab. Signed-off-by: Brandon J Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt index ede593e118..a06d1cd0f1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -1013,8 +1013,6 @@ [% IF op == 'else' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] - [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] -