Skip to content
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

[Tree widget] Incorrect category used for element visibility in filtered tree #1100

Open
saskliutas opened this issue Nov 28, 2024 · 0 comments
Labels
bug Something isn't working tree widget Tree widget or its components related issues

Comments

@saskliutas
Copy link
Member

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.

@saskliutas saskliutas added bug Something isn't working tree widget Tree widget or its components related issues labels Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tree widget Tree widget or its components related issues
Projects
None yet
Development

No branches or pull requests

1 participant