-
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
[ILM] Fix json in request flyout #75971
Conversation
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
Hi @jloleysens , thanks again for spotting the bug! would you mind looking at this PR? |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
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.
Did not test locally - happy with the addition of the test.
Great work @yuliacech !
...fecycle_management/public/application/sections/edit_policy/components/policy_json_flyout.tsx
Show resolved
Hide resolved
💚 Build SucceededBuild metricsasync chunks size
History
To update your PR or re-run it, just comment with: |
Summary
This PR fixes #75952 (a regression bug introduced in #75148). The issue with json in flyout request was fixed by using a serialized policy instead of a un-serialized object from UI. Also a jest test was added to prevent such regression in the future.