ValentinC-BR opened a new issue, #20536: URL: https://github.com/apache/superset/issues/20536
Editing the native filters panel (adding a filter, changing a filter scope, etc.) causes the filter chart configuration. to break. This means that I have native filters AND filter charts in my dashboard (which can occur, as native filters aren't always adapted) my filter charts will apply to all the other charts if I add a new native filter #### How to reproduce the bug 1. Create a dashboard with two charts 2. Add a filter chart, and apply it on 1 chart 3. Add a native filter 4. Refresh the dashboard 5. See error : Now the filter chart is applied to ALL charts ### Expected results The filter charts configuration shouldn't be reset ### Actual results The filter charts config is reset each time a native filter is added/edited (see json_metadata) #### Screenshots ##### Before  ##### After  ### Environment (please complete the following information): - browser type and version: Google Chrome Version 103.0.5060.53 (Official Build) (x86_64) - superset version: 1.5 - python version: 3.9 - node.js version: / - any feature flags active: / ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ ] 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 / -- 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]
