From 41205adf34a4cde773fb399728ca74d9dada0e81 Mon Sep 17 00:00:00 2001
From: Owen Leonard
Date: Fri, 14 Aug 2020 14:47:40 +0000
Subject: [PATCH] Bug 26214: Remove the use of jquery.checkboxes plugin on late
orders page
This patch replaces the use of the jquery.checkboxes plugin on late
orders page in acquisitions.
Unrelated changes: The "Check all" and "Uncheck all" links are moved out
of the table header so that it matches similar interfaces. Sorting is
now disabled on the checkboxes column and the table is sorted by default
on the "Order line" column.
To test, apply the patch and go to Acquisitions -> Late orders.
- On the initial view, there should be no "Check all" or "Uncheck all"
links.
- Select a vendor in the left-hand sidebar form.
- When the filtered table is redisplayed the "Check all" and "Uncheck
all" links should now be visible.
- Test that the links work correctly.
- Confirm that the checkboxes column cannot be sorted and that the
table is sorted by default by order line number.
Signed-off-by: Amit Gupta
Signed-off-by: Katrin Fischer
Signed-off-by: Jonathan Druart
---
.../prog/en/modules/acqui/lateorders.tt | 23 +++++++++++--------
1 file changed, 14 insertions(+), 9 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt
index cafaccaf84..d5739381ab 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt
@@ -50,14 +50,13 @@
[% END %]
[% SET total = 0 %]
+ [% IF bookseller_filter %]
+ Check all Uncheck all
+ [% END %]
- [% IF bookseller_filter %]
- Check all Uncheck all |
- [% ELSE %]
- |
- [% END %]
+ |
Order line |
Order date |
Estimated delivery date |
@@ -273,7 +272,6 @@
[% Asset.js("js/acquisitions-menu.js") | $raw %]
[% INCLUDE 'datatables.inc' %]
[% INCLUDE 'columns_settings.inc' %]
- [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
[% INCLUDE 'calendar.inc' %]