mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged 5.2.N (5.2.2) to HEAD (5.2)
134399 mward: Merged mward/5.2.n-repo-1583-groupmem (5.2.1) to 5.2.N (5.2.1) 134294 mward: REPO-1583: add test and implementation details git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137341 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -63,7 +63,6 @@ public class PersonGroupsRelation implements RelationshipResourceAction.Read<Gro
|
||||
@Override
|
||||
public CollectionWithPagingInfo<Group> readAll(String personId, Parameters params)
|
||||
{
|
||||
// TODO: temp, this just gets all the groups, not by person ID...
|
||||
return groups.getGroups(params);
|
||||
return groups.getGroupsByPersonId(personId, params);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user