-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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(explore): Adhoc columns don't display correctly #20802
Conversation
Codecov Report
@@ Coverage Diff @@
## master #20802 +/- ##
=======================================
Coverage 66.29% 66.30%
=======================================
Files 1758 1758
Lines 66799 66800 +1
Branches 7055 7056 +1
=======================================
+ Hits 44286 44292 +6
+ Misses 20713 20710 -3
+ Partials 1800 1798 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. |
superset-frontend/packages/superset-ui-core/src/query/types/Column.ts
Outdated
Show resolved
Hide resolved
...set-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.test.tsx
Outdated
Show resolved
Hide resolved
...set-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.test.tsx
Outdated
Show resolved
Hide resolved
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.
looks good. Thanks for the fix.
🏷️ preset:2022.29 |
* fix(explore): Adhoc columns have empty labels * Add unit test * Address comments (cherry picked from commit af1bddf)
SUMMARY
Fix adhoc columns not displaying properly. When user added an adhoc column the label was blank and on click an empty popover was showing up instead of prefilled with custom sql.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
After:
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION