Fixes #14102 - NestedPropertyIndexValueFactoryBase ignores compositions (#14115)

This commit is contained in:
Nuklon
2023-05-09 09:04:01 +02:00
committed by GitHub
parent f3668e0aab
commit dfde6798d9

View File

@@ -38,7 +38,7 @@ internal abstract class NestedPropertyIndexValueFactoryBase<TSerialized, TItem>
var propertyTypeDictionary =
contentType
.PropertyGroups
.CompositionPropertyGroups
.SelectMany(x => x.PropertyTypes!)
.Select(propertyType =>
{