Fixes #14102 - NestedPropertyIndexValueFactoryBase ignores compositions (#14115) (#14219)

Co-authored-by: Nuklon <Nuklon@users.noreply.github.com>
This commit is contained in:
Nikolaj Geisle
2023-05-09 09:49:04 +02:00
committed by GitHub
parent 391cade75f
commit 4cdab08910

View File

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