-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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: Fix Time Column dropdown for date filter #11149
fix: Fix Time Column dropdown for date filter #11149
Conversation
This fix is much-needed :) |
1564ee7
to
83b8d12
Compare
force pushed another solution: the root cause for this issue is package changed from |
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.
thanks for the fix! not sure how this one slipped through the cracks for so long
@@ -63,9 +63,10 @@ import { | |||
getSequentialSchemeRegistry, | |||
legacyValidateInteger, | |||
validateNonEmpty, | |||
ColumnOption, | |||
} from '@superset-ui/core'; | |||
|
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.
nit, remove the newline here (i need to see if i can programatically enforce it with prettier)
83b8d12
to
22f1ff2
Compare
Codecov Report
@@ Coverage Diff @@
## master #11149 +/- ##
==========================================
- Coverage 61.68% 61.29% -0.39%
==========================================
Files 827 391 -436
Lines 39061 24485 -14576
Branches 3676 0 -3676
==========================================
- Hits 24094 15009 -9085
+ Misses 14786 9476 -5310
+ Partials 181 0 -181
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
SUMMARY
Steps to reproduce this issue:
BEFORE
AFTER
cc @etr2460 @ktmud @mistercrunch