Update src/Umbraco.Infrastructure/Services/Implement/MediaService.cs

Co-authored-by: Andy Butland <abutland73@gmail.com>
This commit is contained in:
Shannon Deminick
2021-07-14 01:19:19 +10:00
committed by GitHub
parent 47a8a3f5ff
commit 127c0e1be0

View File

@@ -728,7 +728,7 @@ namespace Umbraco.Cms.Core.Services.Implement
}
scope.Notifications.Publish(new MediaSavedNotification(mediasA, messages).WithStateFrom(savingNotification));
// TODO: See note about supressing events in content service
// TODO: See note about suppressing events in content service
scope.Notifications.Publish(new MediaTreeChangeNotification(treeChanges, messages));
Audit(AuditType.Save, userId == -1 ? 0 : userId, Cms.Core.Constants.System.Root, "Bulk save media");