Hello,
I would like to include the following modification if possible :
In usermanager.inc.php - line 86 :
I've replaced the current querry with the following one in order to sort users by user name.
When there is lot of user it's much more easy to find the good one.
$query = 'SELECT project_id, rights.user_id, project_access FROM {rights} JOIN {users} ON
rights.user_id=users.user_id WHERE project_id = %d ORDER BY user_name ASC';
Thank you
Vincent
- Log in to post comments
Use the getMembersPage method instead if you want the list to be sorted.
Regards,
Michał