mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
84025: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud) 82649: Merged DEV to V4.2-BUG-FIX (4.2.4) 82512: MNT-12282 : Site manager's avatar overrides others in Activities dashlet Changed the removeMembership activity generation to be done on behalf of the removed user. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@84616 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2005-2013 Alfresco Software Limited.
|
||||
* Copyright (C) 2005-2014 Alfresco Software Limited.
|
||||
*
|
||||
* This file is part of Alfresco
|
||||
*
|
||||
@@ -2427,7 +2427,7 @@ public class SiteServiceImpl extends AbstractLifecycleBean implements SiteServic
|
||||
{
|
||||
activityService.postActivity(
|
||||
ActivityType.SITE_USER_REMOVED, shortName,
|
||||
ACTIVITY_TOOL, getActivityUserData(authorityName, ""));
|
||||
ACTIVITY_TOOL, getActivityUserData(authorityName, ""), authorityName);
|
||||
}
|
||||
else if (authorityType == AuthorityType.GROUP)
|
||||
{
|
||||
|
Reference in New Issue
Block a user