mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
REPO-556, REPO-1534: List People - OrderBy not working with "id"
- fixed orderBy issue, now people list can be ordered by "id" key - added more tests for list people endpoint git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@132482 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -37,7 +37,7 @@ public interface People
|
||||
|
||||
String PARAM_FIRST_NAME = "firstName";
|
||||
String PARAM_LAST_NAME = "lastName";
|
||||
String PARAM_USER_NAME = "userName";
|
||||
String PARAM_ID = "id";
|
||||
|
||||
String validatePerson(String personId);
|
||||
String validatePerson(String personId, boolean validateIsCurrentUser);
|
||||
|
Reference in New Issue
Block a user