Bugzilla – Attachment 96226 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.14 KB, created by
Jonathan Druart
on 2019-12-12 17:10:20 UTC
(
hide
)
Description:
Bug 24156: Add columns_settings.yml changes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-12-12 17:10:20 UTC
Size:
3.14 KB
patch
obsolete
>From 16f816ef503493f15803ffbbb37b582fc58001cd 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 >--- > 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 c1fdf398ca..2eea9f79cf 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -61,45 +61,48 @@ modules: > columnname: claimed_date > 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 > > admin: > currency: >-- >2.11.0
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