[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
Fri Feb 14 19:41:40 CET 2020


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

--- Comment #29 from Liz Rea <wizzyrea at gmail.com> ---
Created attachment 99010
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=99010&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