TemplateSaved not TemplateSaving

This commit is contained in:
Mole
2021-03-30 14:59:10 +02:00
parent 7e3d0ecebc
commit d844b62f84

View File

@@ -576,7 +576,7 @@ namespace Umbraco.Cms.Core.Services.Implement
_templateRepository.Save(template);
}
scope.Notifications.Publish(new TemplateSavingNotification(templatesA, eventMessages).WithStateFrom(savingNotification));
scope.Notifications.Publish(new TemplateSavedNotification(templatesA, eventMessages).WithStateFrom(savingNotification));
Audit(AuditType.Save, userId, -1, UmbracoObjectTypes.Template.GetName());
scope.Complete();