Integer version ID, cleanup

This commit is contained in:
Stephan
2017-12-01 19:29:54 +01:00
parent 9b9c7c8e3a
commit aa25990681
57 changed files with 561 additions and 877 deletions

View File

@@ -28,7 +28,6 @@ namespace Umbraco.Web.PublishedCache.NuCache
Name = member.Name,
Published = previewing,
TemplateId = -1,
Version = member.Version,
VersionDate = member.UpdateDate,
WriterId = member.CreatorId, // what else?
Properties = GetPropertyValues(contentType, member)