Event added to trigger deploy/courier

This commit is contained in:
Robert
2017-09-01 11:07:09 +02:00
parent 742c3236c7
commit ccfcabc707

View File

@@ -96,6 +96,8 @@ namespace Umbraco.Core.Services
repo.AddOrUpdate(container);
uow.Commit();
uow.Events.Dispatch(SavedContentTypeContainer, this, new SaveEventArgs<EntityContainer>(container, evtMsgs), "RenamedContainer");
return Attempt.Succeed(new OperationStatus<EntityContainer, OperationStatusType>(container, OperationStatusType.Success, evtMsgs));
}
catch (Exception ex)