Hanarion opened a new issue, #12116: URL: https://github.com/apache/cloudstack/issues/12116
### problem When loading the CreateIsolatedNetworkForm form, the availability is not taken into account in selecting the default network offering. It seems the issue is also present in CreateSharedNetworkForm and CreateL2NetworkForm ### versions Running 4.22.0 but issue still present in main branch ### The steps to reproduce the bug 1. Add network 2. Check if the pre-selected network is the one with Required availability ### What to do about it? https://github.com/apache/cloudstack/blob/6dc259c7dab7bee0c4ff731271c61e2f2ee97532/ui/src/views/network/CreateIsolatedNetworkForm.vue#L565C1-L565C69 Change this line to select the first element with the availability "Required" instead of the first of the list (That is sorted by ID by default) -- 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]
