From 674b0b1209bba95b3fbf1a1a57b2c29188017277 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 5 Aug 2020 17:50:39 +0000 Subject: [PATCH] Bug 26152: Remove the use of jquery.checkboxes plugin from serial collection page This patch removes the use of the jquery.checkboxes plugin from the serial collection page and replaces it with custom JS. To test, apply the patch and go to Serials. - Locate a subscription which has multiple issues. - View the details for that subscription. - In the sidebar menu click the "Serial collection" link. - On the serial collection page test the "Select all" and "Clear all" links at the top of each table of issues. The controls should work correctly and only affect the table on that tab. Signed-off-by: David Nind --- .../intranet-tmpl/prog/en/modules/serials/serials-collection.tt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt index 3bd496be46..9c8b24b224 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt @@ -310,7 +310,6 @@ var CONFIRM_DELETE_SUBSCRIPTION = _("Are you sure you want to delete this subscription?"); [% Asset.js("js/serials-toolbar.js") | $raw %] - [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]