-
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
Index pattern field editor - Add warning and type 'confirm' on delete or save #95237
Index pattern field editor - Add warning and type 'confirm' on delete or save #95237
Conversation
@mattkime I created this PR (mattkime#13) which produces the following results. Feel free to merge. Delete modalConfirm changes modalFlyout header |
Pinging @elastic/kibana-app-services (Team:AppServices) |
💚 Build SucceededMetrics [docs]Page load bundle
History
To update your PR or re-run it, just comment with: |
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, tested 👍
Please note, I didn't test removing multiple fields use-case. I didn't find how to do it in the index pattern editor and assume this isn't implemented there.
… or save (elastic#95237) * add runtime field change/delete confirm dialog
Summary
Add warning regarding potential breakage on removal or change of name or type of runtime field. Also adds index pattern name to flyout header.
Delete modal
Confirm changes modal
Flyout header
Checklist