https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39519 Bug ID: 39519 Summary: Cannot save default sort order for tables [regression] Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: System Administration Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Bug 37955 changed the table id on the Adminsitration->Table settings The code for saving default sort order and length has a regex: next unless $table_id =~ m{^([^\|]*)\|(.*)$}; This relies on the old syntax - I think we just need to change the remaning # in the templates to '_' and update this regex ot use '_' -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.