dheeraj12347 commented on issue #12685: URL: https://github.com/apache/cloudstack/issues/12685#issuecomment-4062624342
Hi @rajujith, @DaanHoogland I’ve implemented a fix for this issue by: Adding a projectid prop to MultiNetworkSelection.vue and using it to pass the project into the listNetworks call. Passing form.projectid into <multi-network-selection> in ImportUnmanagedInstance.vue so the networks are filtered by the selected project. npm run lint passes successfully. When I try npm run dev on the latest main (with and without my changes), I hit this error, which seems unrelated to this patch: Syntax Error: TypeError: Cannot read properties of null (reading 'content') in src/views/AutogenView.vue Could you please confirm if this approach looks correct and if I should open a PR with these changes? -- 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]
