kdx-perbol
02/14/2025, 7:58 AMif (item.Published && umbracoContentService.IsPathPublishable(item))
umbracoContentService.SaveAndPublish(item);
Does anyone have any spontaneous ideas on what could cause this?
The item comes from contentService.GetPagedOfType(...)
.kdx-perbol
02/17/2025, 12:04 PMSebastiaan
02/19/2025, 4:27 PMkdx-perbol
02/19/2025, 8:41 PMSebastiaan
02/20/2025, 8:26 AMusing ICoreScope scope = _coreScopeProvider.CreateCoreScope();
and scope.Complete()
when the work is done.
https://docs.umbraco.com/umbraco-cms/10.latest/reference/notifications/creating-and-publishing-notifications#sending-notificationskdx-perbol
02/20/2025, 8:52 AMCoreScope
all our ContentService
operations in our API controller, especially the write operations?kdx-perbol
02/20/2025, 8:54 AMCoreScope
use-case?kdx-perbol
02/20/2025, 8:55 AMSebastiaan
02/20/2025, 10:13 AMJemayn
02/20/2025, 10:27 AMkdx-perbol
02/20/2025, 10:59 AMkdx-perbol
02/20/2025, 11:02 AMSebastiaan
02/20/2025, 2:14 PM