https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38079
Nick Clemens (kidclamp) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] |ity.org | --- Comment #2 from Nick Clemens (kidclamp) <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
