[Mappings editor] Clean up dynamic_templates code#54950
[Mappings editor] Clean up dynamic_templates code#54950alisonelizabeth merged 3 commits intoelastic:masterfrom
Conversation
|
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
There was a problem hiding this comment.
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