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:
Andrei Rebegea
2017-06-14 16:48:56 +00:00
parent d8dd6a77d0
commit e8e52ae6d0
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>