Merge pull request #3240 from umbraco/temp8-sendToPublish

Send to Publish changes
This commit is contained in:
Claus
2018-10-23 10:54:42 +02:00
committed by GitHub
7 changed files with 64 additions and 44 deletions

View File

@@ -1838,6 +1838,8 @@ namespace Umbraco.Core.Services.Implement
sendToPublishEventArgs.CanCancel = false;
scope.Events.Dispatch(SentToPublish, this, sendToPublishEventArgs);
Audit(AuditType.SendToPublish, "Send to Publish performed by user", content.WriterId, content.Id);
scope.Complete();
}
return true;