From c35d9f0ee28a2b45be36a43596f2043d5875462a Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 12 Dec 2019 16:18:09 +0100 Subject: [PATCH] Bug 24156: Add columns_settings.yml changes Modification of the structure of the yml file. It was table: - column list It now becomes table: default_display_length: X default_sort_order: Y columns: - column list --- admin/columns_settings.yml | 81 ++++++++++++++++++++++++---------------------- 1 file changed, 42 insertions(+), 39 deletions(-) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index 2c45659d34..5a7760e264 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -70,45 +70,48 @@ modules: basket: orders: - - - columnname: basket_number - - - columnname: order_information - - - columnname: recommended_retail_price_tax_excluded - - - columnname: ecost_tax_excluded - - - columnname: recommended_retail_price_tax_included - is_hidden: 1 - - - columnname: ecost_tax_included - is_hidden: 1 - - - columnname: replacement_price - - - columnname: quantity - - - columnname: total_tax_excluded - - - columnname: total_tax_included - is_hidden: 1 - - - columnname: goods_and_services_tax_percentage - - - columnname: goods_and_services_tax - - - columnname: fund - - - columnname: supplier_report - - - columnname: modify - cannot_be_toggled: 1 - cannot_be_modified: 1 - - - columnname: cancel - cannot_be_toggled: 1 - cannot_be_modified: 1 + default_display_length: 20 + default_sort_order: 0 + columns: + - + columnname: basket_number + - + columnname: order_information + - + columnname: recommended_retail_price_tax_excluded + - + columnname: ecost_tax_excluded + - + columnname: recommended_retail_price_tax_included + is_hidden: 1 + - + columnname: ecost_tax_included + is_hidden: 1 + - + columnname: replacement_price + - + columnname: quantity + - + columnname: total_tax_excluded + - + columnname: total_tax_included + is_hidden: 1 + - + columnname: goods_and_services_tax_percentage + - + columnname: goods_and_services_tax + - + columnname: fund + - + columnname: supplier_report + - + columnname: modify + cannot_be_toggled: 1 + cannot_be_modified: 1 + - + columnname: cancel + cannot_be_toggled: 1 + cannot_be_modified: 1 suggestions: suggestions: -- 2.11.0