From 77628edb0f6f2edbbfee3eadb0a8aedee656aff2 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. --- 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 db296c15892..9eaf4df5fd0 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 4bb0e1bb7cf..35ecdf0feab 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 @@