Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.12] [Enterprise Search] Fix Continue button not activating when de…
…ploying model (elastic#173878) (elastic#173885) # Backport This will backport the following commits from `main` to `8.12`: - [[Enterprise Search] Fix Continue button not activating when deploying model (elastic#173878)](elastic#173878) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Adam Demjen","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-12-21T23:42:46Z","message":"[Enterprise Search] Fix Continue button not activating when deploying model (elastic#173878)\n\n## Summary\r\n\r\nFix for a minor usability issue the ML inference pipeline creation flow.\r\nWhen selecting an undeployed model, the Continue button is disabled,\r\nbecause the model needs to be at least in the deploying state to be\r\neligible for selection. However after clicking Deploy and seeing the\r\nmodel transition to deploying, the button is still disabled. This PR\r\nfixes this issue.\r\n\r\nBefore\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/14224983/f0633b42-6c3c-4aaa-8ffb-f516c3fe8376\r\n\r\nAfter\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/14224983/5ac37471-86fd-4fee-beb2-d6e89af17902\r\n\r\n### Checklist\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"3b04e80c4b97afcaa302c81e391e24f0b3200d68","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Team:EnterpriseSearch","v8.12.0","v8.12.1","v8.13.0"],"number":173878,"url":"https://github.com/elastic/kibana/pull/173878","mergeCommit":{"message":"[Enterprise Search] Fix Continue button not activating when deploying model (elastic#173878)\n\n## Summary\r\n\r\nFix for a minor usability issue the ML inference pipeline creation flow.\r\nWhen selecting an undeployed model, the Continue button is disabled,\r\nbecause the model needs to be at least in the deploying state to be\r\neligible for selection. However after clicking Deploy and seeing the\r\nmodel transition to deploying, the button is still disabled. This PR\r\nfixes this issue.\r\n\r\nBefore\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/14224983/f0633b42-6c3c-4aaa-8ffb-f516c3fe8376\r\n\r\nAfter\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/14224983/5ac37471-86fd-4fee-beb2-d6e89af17902\r\n\r\n### Checklist\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"3b04e80c4b97afcaa302c81e391e24f0b3200d68"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173878","number":173878,"mergeCommit":{"message":"[Enterprise Search] Fix Continue button not activating when deploying model (elastic#173878)\n\n## Summary\r\n\r\nFix for a minor usability issue the ML inference pipeline creation flow.\r\nWhen selecting an undeployed model, the Continue button is disabled,\r\nbecause the model needs to be at least in the deploying state to be\r\neligible for selection. However after clicking Deploy and seeing the\r\nmodel transition to deploying, the button is still disabled. This PR\r\nfixes this issue.\r\n\r\nBefore\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/14224983/f0633b42-6c3c-4aaa-8ffb-f516c3fe8376\r\n\r\nAfter\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/14224983/5ac37471-86fd-4fee-beb2-d6e89af17902\r\n\r\n### Checklist\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"3b04e80c4b97afcaa302c81e391e24f0b3200d68"}}]}] BACKPORT--> Co-authored-by: Adam Demjen <[email protected]>
- Loading branch information