ktmud commented on issue #9593: URL: https://github.com/apache/incubator-superset/pull/9593#issuecomment-617290683
If we are to keep this feature, I'd prefer not to exclude the table filters from scopes configuration. Currently there is no easy way to propagate the selected filter values to all charts without tapping into `activeFilters` defined in [activeDashboardFilters.js](https://github.com/apache/incubator-superset/blob/291306392443a5a0d0e2ee0cc4a95d37c56d4589/superset-frontend/src/dashboard/util/activeDashboardFilters.js#L104). Separating it from the scopes management would mean to create yet another data structure that manages global filters. This further complicates the code and may confuse the users as in "why can't I specify scopes for my filter table?". ---------------------------------------------------------------- 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]
