mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged 5.2.N (5.2.2) to HEAD (5.2)
133697 cturlica: REPO-1300: Retrieve list of groups - set default order by to displayName ASC - updated tests git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137318 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -333,7 +333,7 @@ public class GroupsImpl implements Groups
|
||||
*/
|
||||
private Pair<String, Boolean> getGroupsSortPropDefault()
|
||||
{
|
||||
return new Pair<>(DISPLAY_NAME, Boolean.FALSE);
|
||||
return new Pair<>(DISPLAY_NAME, Boolean.TRUE);
|
||||
}
|
||||
|
||||
private class AuthorityInfoComparator implements Comparator<AuthorityInfo>
|
||||
|
Reference in New Issue
Block a user