Details
-
Bug
-
Status: Resolved
-
Resolution: Duplicate
-
1.4b4-dev / CVS
-
None
-
None
-
Operating System: Other
Platform: Other
-
15767
Description
None of the security browsers (user, role, permission, group, security) sort
their entries. It makes it difficult to browse with large number of entries. At
minimum, users and roles should be sorted.
This can be imlemented using one of these options:
1. Change the TurbineUserManagement to always return sorted users using getUsers
() method. Same for roles.
2. Add another version of getUsers() with sort parameter. Same for roles.
3. Sort the entries locally in the respective action class (inefficient).