-
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
[Mappings editor] Clean up dynamic_templates code #54950
[Mappings editor] Clean up dynamic_templates code #54950
Conversation
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
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.
Thanks for making these changes @alisonelizabeth ! Tested locally and works as expected.
Testing this PR, I notice we have a small regression bug on the UI but it is not critical.
After the change to start using "tabs", the isStateValid()
(in utils.ts
) logic needs to be updated. Now, it always returns undefined
, so when a tab is not valid (for example the dynamic templates), the Steps and the "Next" button are not disabled anymore.
Great catch! I'm opened #55051 since this bug wasn't introduced via this PR. |
@elasticmachine merge upstream |
user doesn't have permission to update head repository |
…or/dynamic-templates-fix
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
Addresses this comment: #54523 (comment)
How to review