Merge remote-tracking branch 'origin/v11/dev' into v11/dev

This commit is contained in:
Bjarke Berg
2023-04-25 15:42:21 +02:00

View File

@@ -1146,6 +1146,8 @@ public class ContentService : RepositoryService, IContentService
var allLangs = _languageRepository.GetMany().ToList();
// Change state to publishing
content.PublishedState = PublishedState.Publishing;
var savingNotification = new ContentSavingNotification(content, evtMsgs);
if (scope.Notifications.PublishCancelable(savingNotification))
{