From a4e8d3dc550137603ffd56f4ab1c4811ed1f7ec6 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 16 Dec 2021 12:11:57 +0100 Subject: [PATCH] Bug 29648: Order search view - normal "normal" means that we are expecting the table to have the 2 options implemented and working. You can select "Default display length" and "Default sort order" in the "table settings" administration view, then go the the view and confirm that the table has the configured values pre-selected. Signed-off-by: Owen Leonard --- admin/columns_settings.yml | 2 ++ koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index 4b6b428296..a745692349 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -2,6 +2,8 @@ modules: acqui: histsearch: histsearcht: + default_display_length: 20 + default_sort_order: 0 columns: - columnname: order_line diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt index 4bb0e1bb7c..35ecdf0fea 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt @@ -157,10 +157,10 @@