-
Notifications
You must be signed in to change notification settings - Fork 8.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
[Vis: Default editor] EUIficate top_sort param editor #36629
[Vis: Default editor] EUIficate top_sort param editor #36629
Conversation
Pinging @elastic/kibana-app |
💔 Build Failed |
💔 Build Failed |
💔 Build Failed |
💚 Build Succeeded |
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.
Please address the comments below
# Conflicts: # test/functional/services/combo_box.ts
💚 Build Succeeded |
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.
Tested locally on Chrome, LGTM
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.
I only reviewed changes related to the functional tests:
Ran several viz suites on both Chrome and Firefox (MacOS 10.14.4) without issues. LGTM.
@cchaos @wylieconlon could you please take a look? 😊 |
💔 Build Failed |
💚 Build Succeeded |
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.
UI replacement LGTM, just a quick capitalization issue
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, tested locally
💚 Build Succeeded |
* EUIficate top_sort param editor * Set field if only one available * Remove unused translations * Fix functional tests * Fix browser tests * Rewrite functional test for combo_box field select * Remove unused translations * Update label
* EUIficate top_sort param editor * Set field if only one available * Remove unused translations * Fix functional tests * Fix browser tests * Rewrite functional test for combo_box field select * Remove unused translations * Update label
Summary
Part of #30922.
EUIfication of top_sort control for
Top Hit
aggregation parameter, which containsOrderParamEditor
andFieldParamEditor
.Also deleted unused directives
auto_select_if_only_one.js
andscroll_bottom.js
.Common behavior for fields: if there is only one available field it will be selected by default (replaces
auto_select_if_only_one
directive)Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers