-
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
Fix flashing banner when creating pipeline #199786
Fix flashing banner when creating pipeline #199786
Conversation
Pinging @elastic/kibana-management (Team:Kibana Management) |
💚 Build Succeeded
Metrics [docs]Async chunks
History
cc @SoniaSanzV |
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.
Changes lgtm, tested locally 🚀 Nice work @SoniaSanzV!
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11916168746 |
Closes [elastic#197810](elastic#197810) ## Summary The `isValid` verification wasn't taken into account if the form was in `isSubmitting` state. ![flashing banner](https://github.com/user-attachments/assets/6f9173ff-7f2c-46a5-99cc-31fdd699404e) (cherry picked from commit 48158d4)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [Fix flashing banner when creating pipeline (#199786)](#199786) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Sonia Sanz Vivas","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-19T15:21:23Z","message":"Fix flashing banner when creating pipeline (#199786)\n\nCloses [#197810](https://github.com/elastic/kibana/issues/197810)\r\n\r\n## Summary\r\nThe `isValid` verification wasn't taken into account if the form was in\r\n`isSubmitting` state.\r\n\r\n\r\n![flashing\r\nbanner](https://github.com/user-attachments/assets/6f9173ff-7f2c-46a5-99cc-31fdd699404e)","sha":"48158d49269e8134f99faa822be1acd53a04326f","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Kibana Management","release_note:skip","v9.0.0","Feature:Ingest Node Pipelines","backport:prev-minor"],"title":"Fix flashing banner when creating pipeline","number":199786,"url":"https://github.com/elastic/kibana/pull/199786","mergeCommit":{"message":"Fix flashing banner when creating pipeline (#199786)\n\nCloses [#197810](https://github.com/elastic/kibana/issues/197810)\r\n\r\n## Summary\r\nThe `isValid` verification wasn't taken into account if the form was in\r\n`isSubmitting` state.\r\n\r\n\r\n![flashing\r\nbanner](https://github.com/user-attachments/assets/6f9173ff-7f2c-46a5-99cc-31fdd699404e)","sha":"48158d49269e8134f99faa822be1acd53a04326f"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199786","number":199786,"mergeCommit":{"message":"Fix flashing banner when creating pipeline (#199786)\n\nCloses [#197810](https://github.com/elastic/kibana/issues/197810)\r\n\r\n## Summary\r\nThe `isValid` verification wasn't taken into account if the form was in\r\n`isSubmitting` state.\r\n\r\n\r\n![flashing\r\nbanner](https://github.com/user-attachments/assets/6f9173ff-7f2c-46a5-99cc-31fdd699404e)","sha":"48158d49269e8134f99faa822be1acd53a04326f"}}]}] BACKPORT--> Co-authored-by: Sonia Sanz Vivas <[email protected]>
Closes [elastic#197810](elastic#197810) ## Summary The `isValid` verification wasn't taken into account if the form was in `isSubmitting` state. ![flashing banner](https://github.com/user-attachments/assets/6f9173ff-7f2c-46a5-99cc-31fdd699404e)
Closes [elastic#197810](elastic#197810) ## Summary The `isValid` verification wasn't taken into account if the form was in `isSubmitting` state. ![flashing banner](https://github.com/user-attachments/assets/6f9173ff-7f2c-46a5-99cc-31fdd699404e)
Closes #197810
Summary
The
isValid
verification wasn't taken into account if the form was inisSubmitting
state.