rusackas commented on issue #37665: URL: https://github.com/apache/superset/issues/37665#issuecomment-5798574697
Following up on this: @Mayankaggarwal8055 tested locally on #38762 and found cross-filtering already propagates across tabs correctly without any changes. I traced the scope resolution myself to confirm — a global-scope cross filter resolves through a chart's layout ancestor chain against `rootPath: ['ROOT_ID']`, which was never tab-scoped to begin with, a `TAB` node is just another ancestor in that chain, not a boundary. #38762 landed a regression test locking that in. Closing this as not reproducible on current code. Holler if you're still seeing this on a recent version and we'll reopen. -- 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]
