kgabryje opened a new pull request #18740: URL: https://github.com/apache/superset/pull/18740
### SUMMARY Rewrite of https://github.com/apache-superset/superset-ui/pull/1303 by @villebro. When going from the dashboard to Explore view with extra filters (native filters or filter box), the filters are only appended to the first query. In this PR we add the first query's adhoc filters that have isExtra set to true. In addition, the showMinLabel and showMaxLabel contrls are removed, as they're no longer used in the main Timeseries chart. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF Before:  After:  ### TESTING INSTRUCTIONS 1. Create a mixed timeseries chart and add it to a dashboard 2. Go to that dashboard and apply some native filters 3. Click View chart in explore on mixed timeseries chart 4. Verify that native filter is applied in both Query A and Query B adhoc filter control ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [x] Has associated issue: fixes #15858 - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- 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]
