mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged BRANCHES/DEV/CLOUD1-BUG-FIX to HEAD:
42884: ALF-1059 / CLOUD-469: Post activities for folder(s) add + delete git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@42891 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -754,7 +754,7 @@ public class CMISConnector implements ApplicationContextAware, ApplicationListen
|
||||
// post activity after removal of the node
|
||||
if(postActivity && activityInfo != null)
|
||||
{
|
||||
activityPoster.postFileDeleted(activityInfo);
|
||||
activityPoster.postFileFolderDeleted(activityInfo);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user