[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
Tue Jun 23 11:33:18 CEST 2020


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

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

Signed-off-by: Liz Rea <wizzyrea at gmail.com>

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


More information about the Koha-bugs mailing list