Request : sort user by user_name in web client

Submitted by timecl on 2010-12-07

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

Use the getMembersPage method instead if you want the list to be sorted.

Regards,
Michał