graceguo-supercat opened a new issue #15288: URL: https://github.com/apache/superset/issues/15288
#### Screenshots  #### How to reproduce the bug 1. enable dashboard native filter 2. add a few tabs, add a time-series chart in the 2nd tab. 3. add time-range filter component and apply it to 2nd tab only. 4. open dashboard, it shows first tab. but check browser console, you will see time-range filter send out a few `/api/v1/time_range/?q=` requests. ### Expected behavior 1. out-of-scope time-range filter should not be triggered 2. even in the scope, time-range filter should not send **multiple requests** (i observed that time-range filter right now always trigger multiple requests) ### Environment latest master ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [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. ### Additional context cc @junlincc @villebro -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
