Skip to content

Commit

Permalink
Fixes umbraco#14102 - NestedPropertyIndexValueFactoryBase ignores com…
Browse files Browse the repository at this point in the history
…positions (umbraco#14115)
  • Loading branch information
Nuklon committed May 9, 2023
1 parent f3668e0 commit dfde679
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ internal abstract class NestedPropertyIndexValueFactoryBase<TSerialized, TItem>

var propertyTypeDictionary =
contentType
.PropertyGroups
.CompositionPropertyGroups
.SelectMany(x => x.PropertyTypes!)
.Select(propertyType =>
{
Expand Down

0 comments on commit dfde679

Please sign in to comment.