Merge remote-tracking branch 'origin/v11/dev' into v12/dev
This commit is contained in:
@@ -56,7 +56,7 @@ internal class PublishedContent : PublishedContentBase
|
||||
// add one property per property type - this is required, for the indexing to work
|
||||
// if contentData supplies pdatas, use them, else use null
|
||||
contentData.Properties.TryGetValue(propertyType.Alias, out PropertyData[]? pdatas); // else will be null
|
||||
properties[i++] = new Property(propertyType, this, pdatas, _publishedSnapshotAccessor);
|
||||
properties[i++] = new Property(propertyType, this, pdatas, _publishedSnapshotAccessor, propertyType.CacheLevel);
|
||||
}
|
||||
|
||||
PropertiesArray = properties;
|
||||
|
||||
Reference in New Issue
Block a user