-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Right now when category visibility gets toggled, we have a naive system that directly toggles visibility of all elements of that category in the site. This can interfere with elements whose visibility is contextual, e.g. lanes that are on a different level should still not be visible when lane category visibility is turned on, but currently toggling lane visibility off and then on will force all lanes across all levels to become visible.
Instead the individual systems that update visibility should look at their CategoryVisibility<T> resource and factor it into their visibility update decisions.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo