-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Locking doesn't account for optional models #1486
Comments
@danielghost could you give a bit more background/detail on this one? |
Previously the locking condition was just skipping over any unavailable models, as these don't need to be included if they were part of the |
Locking doesn't account for optional models. Also, fixed an issue created in #1488, where only listening to a models immediate children prevented unlocking models outside of this hierachy. Now should also listen to changes for those models listed in `_lockedBy`.
@danielghost is this still relevant or can it be closed now? |
This essentially means they can become mandatory.
The text was updated successfully, but these errors were encountered: