-
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
[Dashboard First] Use App Title for Display Instead of App Id #75457
[Dashboard First] Use App Title for Display Instead of App Id #75457
Conversation
Pinging @elastic/kibana-app (Team:KibanaApp) |
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 in Chrome on Mac OS X, works well!
9e6451b
to
b5106b4
Compare
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.
maps changes LGTM
code review
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
nit - it would be nice if we could add a unit test for getAppNameFromId
d459355
to
59871e5
Compare
💚 Build SucceededBuild metricsasync chunks size
page load bundle size
History
To update your PR or re-run it, just comment with: |
…c#75457) Created app title fetch method in embeddable_state_transfer. Used it instead of the raw app id in a number of places.
#75580) Created app title fetch method in embeddable_state_transfer. Used it instead of the raw app id in a number of places.
…c#75457) Created app title fetch method in embeddable_state_transfer. Used it instead of the raw app id in a number of places.
Summary
Closes #75376
Added a method to fetch an app's title when given its id, to properly display a string for originating app anywhere it's needed. This PR also replaces instances where the raw id was displayed with the proper title.
For maintainers