-
Improvement
-
Resolution: Won't Fix
-
Major
-
None
-
None
-
None
The groups tool list the users of a group with a paging feature. On the server side, the generator used to get the list of users is org.ametys.runtime.plugins.core.group.ui.generators.GroupMembersGenerator. The way pagination is implemented is not really efficient because every user of a group must be resolved and the whole set of users must be sorted to be able to SAX the desired users.
This part of the code may need to be improved to ensure efficiency.
There is no pagination anymore