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/BRANCHES/DEV/5.2.N/root@133697 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Cristian Turlica
2016-12-15 07:27:15 +00:00
parent e0d51db70a
commit ae0ccec726
2 changed files with 1 additions and 4 deletions

View File

@@ -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>