-
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
[APM UI] Bug: Docs link by the metadata tabs shows "children" label instead of the actual label #59128
Labels
bug
Fixes for quality problems that affect the customer experience
good first issue
low hanging fruit
Team:APM - DEPRECATED
Use Team:obs-ux-infra_services.
v7.7.0
Comments
Pinging @elastic/apm-ui (Team:apm) |
smith
added a commit
to smith/kibana
that referenced
this issue
Mar 6, 2020
When only one node is displayed, show an empty message. Also: * Start adding a basic Jest test for the ServiceMap component * Fix bug where EuiDocsLink was rendering "children" instead of the actual children Closes elastic#59326. Closes elastic#59128.
smith
added a commit
that referenced
this issue
Mar 6, 2020
smith
added a commit
to smith/kibana
that referenced
this issue
Mar 6, 2020
When only one node is displayed, show an empty message. Also: * Start adding a basic Jest test for the ServiceMap component * Fix bug where EuiDocsLink was rendering "children" instead of the actual children Closes elastic#59326. Closes elastic#59128.
smith
added a commit
to smith/kibana
that referenced
this issue
Mar 9, 2020
When only one node is displayed, show an empty message. Also: * Start adding a basic Jest test for the ServiceMap component * Fix bug where EuiDocsLink was rendering "children" instead of the actual children Closes elastic#59326. Closes elastic#59128.
smith
added a commit
that referenced
this issue
Mar 9, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Fixes for quality problems that affect the customer experience
good first issue
low hanging fruit
Team:APM - DEPRECATED
Use Team:obs-ux-infra_services.
v7.7.0
Kibana version:
Master
Elasticsearch version:
Master
Describe the bug:
In all of the placements where we have a link to the metadata documentation, the button label says "children".
Steps to reproduce:
Expected behavior:
The button should show the actual button label "How to add labels and other data".
Technical details
Add brackets around
children
in:kibana/x-pack/legacy/plugins/apm/public/components/shared/Links/ElasticDocsLink.tsx
Lines 25 to 27 in c3f8647
A test should be added for
ElasticDocsLink
to avoid this happening again.The text was updated successfully, but these errors were encountered: