https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38079 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |nick@bywatersolutions.com |ity.org | --- Comment #2 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- There is a flaw in the design here that I cannot overcome. If a user has saved settings for a table, then sorting is NULL in the db - and if it is NULL you cannot set the sorting. We cannot override the DB from the yaml so I don't know how to correct if a user has already saved the page size for this table (or any in the group) since sort and page are in the same row. We can't set NULL to 'default' because some tables shouldn't have the option and now they would. I am submitting my patch anyways :-) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.