[Bug 39519] New: Cannot save default sort order for tables [regression]
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.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39519 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |37955 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37955 [Bug 37955] Clicking table's 'configure' button no longer opens column settings page properly -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39519 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |38069 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38069 [Bug 38069] Table settings not saving -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39519 --- Comment #1 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Somehow missed 38069 in testing, but I still cannot adjust sort order -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39519 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Sorry for the noise - auto rebaser can leave you on an old branch when there are conflicts :-) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org