From 4cdab08910777c5c87edc3a306aac4934a80b20c Mon Sep 17 00:00:00 2001 From: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com> Date: Tue, 9 May 2023 09:49:04 +0200 Subject: [PATCH] Fixes #14102 - NestedPropertyIndexValueFactoryBase ignores compositions (#14115) (#14219) Co-authored-by: Nuklon --- .../PropertyEditors/NestedPropertyIndexValueFactoryBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Infrastructure/PropertyEditors/NestedPropertyIndexValueFactoryBase.cs b/src/Umbraco.Infrastructure/PropertyEditors/NestedPropertyIndexValueFactoryBase.cs index fa3ae836c1..4eb7051745 100644 --- a/src/Umbraco.Infrastructure/PropertyEditors/NestedPropertyIndexValueFactoryBase.cs +++ b/src/Umbraco.Infrastructure/PropertyEditors/NestedPropertyIndexValueFactoryBase.cs @@ -38,7 +38,7 @@ internal abstract class NestedPropertyIndexValueFactoryBase var propertyTypeDictionary = contentType - .PropertyGroups + .CompositionPropertyGroups .SelectMany(x => x.PropertyTypes!) .Select(propertyType => {