* fix(permalink): adding anchor to dashboard permalink generation (apache#28744)
* fix: filters not updating with force update when caching is enabled (apache#29291)
(cherry picked from commit 527f1d2)
* fix(sqllab): invalid empty state on switch tab (apache#29278)
* fix(metastore-cache): prune before add (apache#29301)
(cherry picked from commit 172ddb4)
* fix: Remove recursive repr call (apache#29314)
(cherry picked from commit 9444c6b)
* fix: Cannot delete empty column inside a tab using the dashboard editor (apache#29346)
(cherry picked from commit ee52277)
* fix(explore): restored hidden field values has discarded (apache#29349)
(cherry picked from commit 160cece)
* chore: Rename Totals to Summary in table chart (apache#29360)
* fix(revert 27883): Excess padding in horizontal Bar charts (apache#29345)
(cherry picked from commit 708afb7)
* fix(explore): don't respect y-axis formatting (apache#29367)
* fix: adds the ability to disallow SQL functions per engine (apache#28639)
* chore: Adds 4.0.2 RC2 data to CHANGELOG.md
* fixes
* frontend fixes
* fix: cache api
---------
Co-authored-by: Jack <41238731+fisjac@users.noreply.github.com>
Co-authored-by: ka-weihe <k@weihe.dk>
Co-authored-by: JUST.in DO IT <justin.park@airbnb.com>
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
Co-authored-by: Jessie R <j@scjr.me>
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
Co-authored-by: Daniel Vaz Gaspar <danielvazgaspar@gmail.com>
Co-authored-by: Michael S. Molina <michael.s.molina@gmail.com>
SUMMARY
When StashFormData is initially loaded, the process of restoring hiddenFormData during the stash state update was missing, causing the y-axis format to not change properly after the first change.
This code fixes the process to always update hiddenFormData whenever the shouldStash state changes.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
before--stash-form-initially.mov
After:
after--stash-form-initially.mov
TESTING INSTRUCTIONS
Create a bar chart
Set y-axis format with an option
Update the format with a different option
Y-axis format should update respectfully
ADDITIONAL INFORMATION