https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38646
--- Comment #30 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 181063 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=181063&action=edit Bug 38646: (follow-up) Ensure consistent ordering of languages We add an `ORDER BY` clause to the SQL statement to ensure we consistently order accross databases by the iso code. This fixes the failing test on MariaDB as it's default sort order appears to differ from MySQL for this. This also ensure we are consistently ordering which will lead to more consistent and clear results for end users. Signed-off-by: Martin Renvoize <[email protected]> -- You are receiving this mail because: 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/
