Bugzilla – Attachment 105826 Details for
Bug 24156
Basket - Make sort order and number of items to display configurable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24156: Add columns_settings.yml changes
Bug-24156-Add-columnssettingsyml-changes.patch (text/plain), 3.44 KB, created by
Jonathan Druart
on 2020-06-12 14:53:11 UTC
(
hide
)
Description:
Bug 24156: Add columns_settings.yml changes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-06-12 14:53:11 UTC
Size:
3.44 KB
patch
obsolete
>From b69f8fd3fdb4329431173706c7cba032e225d8fa Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >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 > >Signed-off-by: Liz Rea <wizzyrea@gmail.com> >--- > admin/columns_settings.yml | 89 ++++++++++++++++++++------------------ > 1 file changed, 46 insertions(+), 43 deletions(-) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 9923463df9..d957400839 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -72,49 +72,52 @@ modules: > > basket: > orders: >- - >- columnname: basket_number >- - >- columnname: order_information >- - >- columnname: recommended_retail_price_tax_excluded >- - >- columnname: actual_cost_tax_excluded >- - >- columnname: budgeted_cost_price_tax_included >- - >- columnname: recommended_retail_price_tax_included >- is_hidden: 1 >- - >- columnname: actual_cost_tax_included >- is_hidden: 1 >- - >- columnname: budgeted_cost_tax_included >- - >- 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: actual_cost_tax_excluded >+ - >+ columnname: budgeted_cost_price_tax_included >+ - >+ columnname: recommended_retail_price_tax_included >+ is_hidden: 1 >+ - >+ columnname: actual_cost_tax_included >+ is_hidden: 1 >+ - >+ columnname: budgeted_cost_tax_included >+ - >+ 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.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 24156
:
96223
|
96224
|
96225
|
96226
|
96227
|
96228
|
96229
|
96230
|
98449
|
98450
|
98451
|
98452
|
98453
|
98454
|
98455
|
98456
|
98843
|
98844
|
98845
|
98846
|
98847
|
98848
|
99007
|
99008
|
99009
|
99010
|
99011
|
99012
|
99013
|
99014
|
105823
|
105824
|
105825
|
105826
|
105827
|
105828
|
105829
|
106183
|
106184
|
106185
|
106186
|
106187
|
106188
|
106189
|
106190
|
106191
|
106219
|
106220
|
106221
|
106222
|
106223
|
106224
|
106225
|
106226
|
106227
|
106228
|
106245