-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[index patterns] Field custom name => custom label #83717
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-arch (Team:AppArch) |
kertal
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, on more change it this should be fine, think that labeling it label is much better 👍
src/plugins/index_pattern_management/public/components/field_editor/field_editor.tsx
Outdated
Show resolved
Hide resolved
streamich
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 changes LGTM.
…ditor/field_editor.tsx Co-authored-by: Matthias Wilhelm <[email protected]>
💚 Build SucceededMetrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
* custom name => custom label
Summary
Renaming the field
custom nametocustom label.Custom labelis a bit more specific as this is only used for display in the UI. In the future it will be possible to define new fields on the index pattern and the name of those fields will be defined by the user making 'custom name' insufficiently distinct.Checklist