lilykuang opened a new pull request, #25156:
URL: https://github.com/apache/superset/pull/25156

   <!---
   Please write the PR title following the conventions at 
https://www.conventionalcommits.org/en/v1.0.0/
   Example:
   fix(dashboard): load charts correctly
   -->
   
   ### SUMMARY
   When a chart was accessed from a dashboard, the dashboard configuration, 
including color palette and temporal filter, was carried over to the Chart 
Builder. If a temporal filter was carried over and the chart was subsequently 
overwritten, the temporal filter was not functioning correctly with the 
dashboard temporal filter.
   
![image](https://github.com/apache/superset/assets/5705598/ae8bab1c-c5f9-4d0f-8f6f-a246ec1c02b9)
   
   **How to Reproduce the Bug:**
   1. Create a chart and add it to a dashboard.
   2. Add a time range filter to the dashboard and apply a value.
   3. Click on the chart title to access it in the Chart Builder menu.
   4. Add a new filter to the chart.
   5. Overwrite the chart and return to the dashboard.
   6. Apply any time range filter.
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   <!--- Skip this if not applicable -->
   
   ### TESTING INSTRUCTIONS
   <!--- Required! What steps can be taken to manually verify the changes? -->
   
   ### ADDITIONAL INFORMATION
   <!--- Check any relevant boxes with "x" -->
   <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
   - [ ] Has associated issue:
   - [ ] 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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to