From af8aa1ad7eb4857a86d395b3833b8040630306b6 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 14 Aug 2020 17:28:22 +0000 Subject: [PATCH] Bug 26216: Remove the use of jquery.checkboxes plugin from catalog search results This patch removes the use of jquery.checkboxes plugin from the staff interface catalog search results page. To test, apply the patch and perform a catalog search in the staff interface which will return results. On the search results page test the "Select all" and "Clear all" links at the top of the results. They should work correctly. Signed-off-by: Amit Gupta Signed-off-by: Jonathan Druart --- .../intranet-tmpl/prog/en/modules/catalogue/results.tt | 1 - koha-tmpl/intranet-tmpl/prog/js/pages/results.js | 10 +++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt index 72cd9a00a4..b8b45d61a3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -707,7 +707,6 @@ [% INCLUDE 'strings.inc' %] [% Asset.js("js/browser.js") | $raw %] [% Asset.js("lib/hc-sticky.js") | $raw %] - [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] [% Asset.js("js/coce.js") | $raw %]