mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Sharepoint [MS-WDVMODUU]: activity posting disabled upon DELETE.
Disabling activity posting on Sharepoint DELETE command, but this will be reinstated later. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@38382 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -127,7 +127,7 @@ public class DeleteMethod extends WebDAVMethod implements ActivityPostProducer
|
||||
* @param deletedFile The FileInfo for the deleted file.
|
||||
* @throws WebDAVServerException
|
||||
*/
|
||||
private void postActivity(FileInfo parent, FileInfo deletedFile, String siteId) throws WebDAVServerException
|
||||
protected void postActivity(FileInfo parent, FileInfo deletedFile, String siteId) throws WebDAVServerException
|
||||
{
|
||||
WebDavService davService = getDAVHelper().getServiceRegistry().getWebDavService();
|
||||
if (!davService.activitiesEnabled())
|
||||
|
Reference in New Issue
Block a user