-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
bugSomething isn't workingSomething isn't workingtree widgetTree widget or its components related issuesTree widget or its components related issues
Milestone
Description
There might be cases where incorrect category is used when determining or changing element visibility in filtered tree. For example ,if we have tree like:
Subject
|- Model
|- Category A
|- Element A
|- Element B (from Category B)
Filter path to Element B will be:
Subject -> Model -> Category A -> Element A -> Element B
At the moment when we try to determine/change visibility of Element B
we go up in filter path and look for category. In this particular example we will find Category A
and use it. However, Element B
is in Category B
and it should be used instead in all visibility operations.
Need a way to find real element category instead of the one that is shown in tree as an ancestor.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtree widgetTree widget or its components related issuesTree widget or its components related issues