-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(native-filters): Update filter saving #14370
Conversation
� Conflicts: � superset-frontend/src/dashboard/util/getPermissions.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor typing comment
dataMask: DataMaskStateWithId, | ||
filterBy: string, | ||
prop?: string, | ||
) => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couldn't we add the return type here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
Codecov Report
@@ Coverage Diff @@
## master #14370 +/- ##
==========================================
- Coverage 76.90% 76.88% -0.02%
==========================================
Files 954 954
Lines 48140 48158 +18
Branches 5986 5991 +5
==========================================
+ Hits 37020 37025 +5
- Misses 10923 10936 +13
Partials 197 197
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, works like a charm!
* fix:fix get permission function * fix: not reload charts after save filters * fix: not reload charts after save filters * fix: temp commit type * lint: add typing (cherry picked from commit 03e4a5b)
* fix:fix get permission function * fix: not reload charts after save filters * fix: not reload charts after save filters * fix: temp commit type * lint: add typing
SUMMARY
This PR fix reloading charts after saving filters config modal.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
ADDITIONAL INFORMATION