The same sysprefs search will not always return the results in the same order.
Created attachment 95993 [details] [review] Bug 24170: Fix sysprefs search result order The same sysprefs search will not always return the results in the same order. If you search for 'd' in the "search system preferences" box /cgi-bin/koha/admin/preferences.pl?op=search&searchfield=d you will see that the modules are not ordered consistently. This patch makes them display alphabetically Test plan: Search the same string several times in the syspref list. The search result should always be ordered the same way
Created attachment 95995 [details] [review] Bug 24170: Fix sysprefs search result order The same sysprefs search will not always return the results in the same order. If you search for 'd' in the "search system preferences" box /cgi-bin/koha/admin/preferences.pl?op=search&searchfield=d you will see that the modules are not ordered consistently. This patch makes them display alphabetically Test plan: Search the same string several times in the syspref list. The search result should always be ordered the same way Signed-off-by: cori <corilynn.arnold@gmail.com>
Works as advertised!
Created attachment 96058 [details] [review] Bug 24170: Fix sysprefs search result order The same sysprefs search will not always return the results in the same order. If you search for 'd' in the "search system preferences" box /cgi-bin/koha/admin/preferences.pl?op=search&searchfield=d you will see that the modules are not ordered consistently. This patch makes them display alphabetically Test plan: Search the same string several times in the syspref list. The search result should always be ordered the same way Signed-off-by: cori <corilynn.arnold@gmail.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
> Signed-off-by: cori <corilynn.arnold@gmail.com> Do not you want your real name appears in the release notes?
(In reply to Jonathan Druart from comment #5) > > Signed-off-by: cori <corilynn.arnold@gmail.com> > > Do not you want your real name appears in the release notes? I'll likely just add 'cori' as an alias for her full name in the release-tools. But.. it's always nice to have it done right in the commit message in the first place too
Nice work everyone! Pushed to master for 20.05