Merge branch temp8 into temp8-dirty-tracking-on-variants

This commit is contained in:
Stephan
2018-10-23 17:43:52 +02:00
162 changed files with 1741 additions and 1160 deletions

View File

@@ -1887,6 +1887,9 @@ namespace Umbraco.Core.Services.Implement
Audit(AuditType.SendToPublish, content.WriterId, content.Id);
}
// fixme here, on only on success?
scope.Complete();
return saveResult.Success;
}
}
@@ -1991,7 +1994,7 @@ namespace Umbraco.Core.Services.Implement
if (raiseEvents && published.Any())
scope.Events.Dispatch(Published, this, new PublishEventArgs<IContent>(published, false, false), "Published");
Audit(AuditType.Sort, userId, 0);
Audit(AuditType.Sort, "Sorting content performed by user", userId, 0);
return true;
}