From 1bcc96876b75770adb7e05d5c26c0d372068b739 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 Signed-off-by: Jonathan Druart (cherry picked from commit f0275e6677891be3467dbfa34340665ed97605ec) Signed-off-by: Lucas Gass --- .../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 d38e21ce44..1173c33223 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -1016,8 +1016,6 @@ [% IF op == 'else' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] - [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] -