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
The _identifiers of a model should allow a reference to the parent's set of _identifiers.
Use Case
Taking a simple building -> floor parent-child hierarchy the 2nd floor only needs to be unique within its own building. Currently I have to do a workaround like this:
Environment
Proposed Functionality
The
_identifiers
of a model should allow a reference to the parent's set of_identifiers
.Use Case
Taking a simple building -> floor parent-child hierarchy the 2nd floor only needs to be unique within its own building. Currently I have to do a workaround like this:
when I would much rather want to do something like this
to make my floors unique where
BuildingModel
looks like this:The text was updated successfully, but these errors were encountered: