https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29922

David Nind <da...@davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #137045|0                           |1
        is obsolete|                            |

--- Comment #19 from David Nind <da...@davidnind.com> ---
Created attachment 137325
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=137325&action=edit
Bug 29922: Make get_search_groups return results sorted by title

get_search_groups from Koha/Library/Groups.pm returns library groups sorted by
title.

Test plan:
1- Go to administration > library groups and create multiple library groups
with different names (e.g. AGroup, BGroup, ÄGroup, etc.). Make sure to tick
"Use for OPAC search groups" checkbox.
2- Go to advanced search in OPAC.
3- Under "Groups of librairies" , click the select button.
4- Notice that the library groups are not in alphabetical order.
5- Apply the patch.
6- Notice that the library groups are in alphabetical order.
7- Run `prove t/db_dependent/LibraryGroups.t` and all test should pass.

Signed-off-by: Katrin Fischer <katrin.fischer...@web.de>

Signed-off-by: David Nind <da...@davidnind.com>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to