DataType refactoring preparation - Entity refactoring

This commit is contained in:
Stephan
2018-01-10 12:48:51 +01:00
parent 2cb6378c26
commit b5856803e1
236 changed files with 1872 additions and 1869 deletions

View File

@@ -35,7 +35,7 @@ namespace Umbraco.Web.PublishedCache
.PropertyTypes
.Select(propertyType =>
{
values.TryGetValue(propertyType.PropertyTypeAlias, out var value);
values.TryGetValue(propertyType.Alias, out var value);
return (IPublishedProperty) new PublishedElementPropertyBase(propertyType, this, previewing, referenceCacheLevel, value, publishedSnapshotAccessor);
})
.ToArray();