mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALFCOM - 3111 - It's impossible to remove group with "Manager" role on "Search for Site Groups" page
- Added new Unit Text and applied similar fixes to removeMembership to those applied to setMembership. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15046 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1301,7 +1301,7 @@ public class SiteServiceImpl implements SiteService, SiteModel
|
||||
{
|
||||
activityService.postActivity(
|
||||
ActivityType.SITE_GROUP_REMOVED, shortName,
|
||||
ACTIVITY_TOOL, getActivityUserData(authorityName, ""));
|
||||
ACTIVITY_TOOL, getActivityGroupData(authorityName, ""));
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user