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

   …Data is empty
   
   <!---
   Please write the PR title following the conventions at 
https://www.conventionalcommits.org/en/v1.0.0/
   Example:
   fix(dashboard): load charts correctly
   -->
   
   ### SUMMARY
   Fixes an issue where dashboard filters with default values were not 
automatically applied on dashboard load when `extraFormData` was set to empty. 
Previously, filters would show default values selected but require users to 
manually click the Apply button. The fix automatically applies filters when 
they have default values but empty `extraFormData`, ensuring charts load with 
filters applied from the start.
   
   ### AFTER
   
   
   
https://github.com/user-attachments/assets/65016622-3993-4c1d-b339-49f513068631
   
   
   
   ### TESTING INSTRUCTIONS
   1) Create a dashboard.
   2) Add filters to it. Set default values for the filters.
   3) Manually edit the dashboard config to set the `extraFormData` value to 
empty.
   4) Reopen the dashboard.
   5) The dashboard loads with the default filter values properly applied.
   
   ### 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: [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]

Reply via email to