-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.5.0-HF05, 5.6-RC1, 5.6
-
Component/s: None
-
Upgrade notes:
New API on the ComoutedGroupService:
void updateGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal);
This method will compute the computed groups and merge them with the existing virtual groups of the given user, removing the duplicates.
Needed by Social Collaboration where we need to recompute the virtual groups of a user that has just created a new Social Workspace to give him the rights of seeing his Social Workspace.
- is required by
-
NXP-9009 Recompute all the groups of the Principal added as a member of a Social Workspace
- Resolved