-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Tagcloud] Allow to send showLabel parameter with false value #36563
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
Conversation
|
Pinging @elastic/kibana-app |
💚 Build Succeeded |
💚 Build Succeeded |
ppisljar
left a comment
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.
code LGTM
|
@lukeelmers This is the PR we talked about offline. Do you think we should still merge this before rewriting the conversion function into a more permanent state? |
|
i think we def should, the new conversion function my take a while |
|
@timroes Yep I think we should still merge. Cleaning this up will involve a bit more effort as we also need to shift to building the AST directly, so in the interest of time we might just want to merge this now. Also I would consider adding a quick snapshot test for this use case — that will help us avoid regressions when doing the cleanup |
|
@lukeelmers I added a small unit test. Could you please review this PR? |
💚 Build Succeeded |
lukeelmers
left a comment
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! Thanks for fixing this 🙏
…c#36563) * Allow to send showLabel parameter with false value * Add unit test
#37054) * Allow to send showLabel parameter with false value * Add unit test
…c#36563) * Allow to send showLabel parameter with false value * Add unit test
#40437) * Allow to send showLabel parameter with false value * Add unit test
Summary
Fix for #36526
Related to #33773
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.[ ] This was checked for cross-browser compatibility, including a check against IE11[ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support[ ] Documentation was added for features that require explanation or tutorials[ ] Unit or functional tests were updated or added to match the most common scenarios[ ] This was checked for keyboard-only and screenreader accessibilityFor maintainers
[ ] This was checked for breaking API changes and was labeled appropriately[ ] This includes a feature addition or change that requires a release note and was labeled appropriately