vermilioncity opened a new issue #15516: URL: https://github.com/apache/superset/issues/15516
I have a dashboard with two tabs, and a set of hierarchical filters. The last filter in the hierarchy is only applied to the second tab (all of its parents apply to both tabs). I expect the child to be considered out-of-scope, but it instead is listed for both tabs anyway. ### Expected results The hierarchical filter that is out-of-scope for the tab should be hidden. ### Actual results The out-of-scope hierarchical child filter is visible across all tabs. #### Screenshots   #### How to reproduce the bug 1. Create a two-tabbed dashboard with one chart each 2. Create a hierarchical filter 3. Set one of the children to apply to the second tab only 4. Have it be visible anyway ### Environment - superset version: 1.3 branch - python version: Python 3.7.9 - node.js version: 14 ### Checklist - [x ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
