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 '_'
Somehow missed 38069 in testing, but I still cannot adjust sort order
Sorry for the noise - auto rebaser can leave you on an old branch when there are conflicts :-)