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:
Mark Rogers
2009-06-30 16:39:13 +00:00
parent 8f971b1528
commit be07d6ca83
2 changed files with 66 additions and 1 deletions

View File

@@ -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