You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using .AddSubCollection(string alias) it is possible to nest a collection multiple times. But the nested collection will not be able to determine it's parent collection.
This makes the Up button behave weird in some cases.
To reproduce: Nest PersonCollection in CountryCollection in the example project.
The text was updated successfully, but these errors were encountered:
Using
.AddSubCollection(string alias)
it is possible to nest a collection multiple times. But the nested collection will not be able to determine it's parent collection.This makes the
Up
button behave weird in some cases.To reproduce: Nest PersonCollection in CountryCollection in the example project.
The text was updated successfully, but these errors were encountered: