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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
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.
_______________________________________________
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/