U4-8461 ERROR umbraco.presentation.webservices.nodeSorter - Could not update content sort order
This commit is contained in:
@@ -192,7 +192,10 @@ namespace umbraco.presentation.webservices
|
||||
//content.Instance.SortNodes(parentId);
|
||||
|
||||
//send notifications! TODO: This should be put somewhere centralized instead of hard coded directly here
|
||||
ApplicationContext.Services.NotificationService.SendNotification(contentService.GetById(parentId), ActionSort.Instance, UmbracoContext, ApplicationContext);
|
||||
if (parentId > 0)
|
||||
{
|
||||
ApplicationContext.Services.NotificationService.SendNotification(contentService.GetById(parentId), ActionSort.Instance, UmbracoContext, ApplicationContext);
|
||||
}
|
||||
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user