Merge remote-tracking branch 'origin/release/12.2' into v12/dev

This commit is contained in:
Bjarke Berg
2023-09-12 09:50:05 +02:00

View File

@@ -1098,7 +1098,7 @@ public class ContentService : RepositoryService, IContentService
new ContentTreeChangeNotification(contentsA, TreeChangeTypes.RefreshNode, eventMessages));
string contentIds = string.Join(", ", contentsA.Select(x => x.Id));
Audit(AuditType.Save, userId, Constants.System.Root, $"Saved multiple content items ({contentIds})");
Audit(AuditType.Save, userId, Constants.System.Root, $"Saved multiple content items (#{contentIds.Length})");
scope.Complete();
}