Skip to content

Commit dfde679

Browse files
authored
Fixes #14102 - NestedPropertyIndexValueFactoryBase ignores compositions (#14115)
1 parent f3668e0 commit dfde679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Infrastructure/PropertyEditors/NestedPropertyIndexValueFactoryBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ protected NestedPropertyIndexValueFactoryBase(
3838

3939
var propertyTypeDictionary =
4040
contentType
41-
.PropertyGroups
41+
.CompositionPropertyGroups
4242
.SelectMany(x => x.PropertyTypes!)
4343
.Select(propertyType =>
4444
{

0 commit comments

Comments
 (0)