-
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
GUI enhancement: handle descriptions for visualizations (#20936) #44702
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
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 for app arch related changes
jenkins, test this |
💔 Build Failed |
@ppisljar : I don't see how that functional test error can be related to my code. Could it be an occasional timeout? I tried to reproduce the error on my machine, but the test seems to pass. |
can you merge master, maybe thats the cause ? then i'll rerun the tests |
@ppisljar Done. |
retest |
Pinging @elastic/kibana-app |
💚 Build Succeeded |
@friol |
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
jenkins, test this |
retest |
💚 Build Succeeded |
… (elastic#44702) * Adds descriptions to visualizations * Adds descriptions to visualizations * Tests on the saved object (visualization) modal
Woah, great addition! This is a huge enhancement 🍾 |
@govindrai you are right, we have an open request to add the ability to edit the description directly from the dashboard panel #83743 |
Summary
As asked in Issue #20936, this PR:
I've updated the jest tests to match the new "save visualization" modal.
Dev Docs