Browse Source
On SQLite the app order can be arbitrary and cause strange bugs. On MySQL, the app order seems to be always alphabetical. This fix enforces alphabetical order to make sure that all environments behave the same and to reduce bugs related to app loading order. Fixes #6442remotes/origin/ldap_group_count
4 changed files with 21 additions and 6 deletions
Loading…
Reference in new issue