From 042dcde895fa118b57899c22cd2e494c7a88a6f4 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 10 Jan 2022 12:28:40 +0000 Subject: [PATCH] Bug 29832: Make library column in desk list sortable This patch makes minor updates to the DataTable configuration on the Circulation Desks Administration page. Redundant options are removed and existing options are updated to use current DataTables syntax. To test, apply the patch and make sure that the UseCirculationDesks system preference is enabled. - Go to Administration -> Circulation desks. - Add multiple circulation desks if necessary, at multiple libraries. - The "Desk" column should be sorted by default, and the "Actions" column should not be sortable. - The "Library" column should be sortable. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt index 9da4510f69..5e91dffc1b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt @@ -180,7 +180,7 @@ Desk ID Desk Library - Action + Action @@ -220,12 +220,10 @@ -- 2.20.1