winterhazel opened a new pull request, #8836: URL: https://github.com/apache/cloudstack/pull/8836
### Description When an operator selects the migration mode in the instance migration pop-up, the corresponding radio button does not get checked. This PR fixes this issue. ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [X] Bug fix (non-breaking change which fixes an issue) - [ ] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) ### Feature/Enhancement Scale or Bug Severity #### Bug Severity - [ ] BLOCKER - [ ] Critical - [ ] Major - [ ] Minor - [X] Trivial ### Screenshots (if appropriate): <details> <summary> Before the changes </summary>  </details> <details> <summary> After applying these changes </summary>  </details> ### How Has This Been Tested? 1. I created a stopped instance and accessed its page. 2. I opened the migration pop-up and verified that the first option was selected by default. 3. I clicked on the second option and verified that its radio button got selected. 4. I clicked on the first option and verified that its radio button got selected. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
