Skip to content

Commit

Permalink
CR: Fixing issue causing errors in nested RuleForEach rules. (closes m…
Browse files Browse the repository at this point in the history
  • Loading branch information
CreddenDCIU committed Jun 26, 2024
1 parent 857a9cc commit 57266f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ private void GetParentObjectAndPropertyName(
List<object> collection = ((IEnumerable<object>)model).ToList();
int propertyIndex = int.Parse(propertyIndexString);
model = collection[propertyIndex];
modelType = model.GetType();
}
}

Expand Down

0 comments on commit 57266f8

Please sign in to comment.