[Koha-bugs] [Bug 24156] Basket - Make sort order and number of items to display configurable

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 12 18:10:20 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24156

--- Comment #4 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 96226
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96226&action=edit
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

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list