shwstppr commented on issue #273: URL: https://github.com/apache/cloudstack-primate/pull/273#issuecomment-616972586
@utchoang https://github.com/apache/cloudstack-primate/pull/273/files#diff-eabf266de81a5281e09aa8753c45f32bR899 should be, ``` if (values.affinitygroupids) { deployVmData.affinitygroupids = values.affinitygroupids.join(',') } ``` else there is an error TypeError: Cannot read property 'join' of null at eval (DeployVM.vue?7176:899) at callback (createBaseForm.js?bcc9:582) at Vue.validateFieldsInternal (createBaseForm.js?bcc9:477) Also, is it possible to validate if service offering is selected or not on clicking launch VM. `serviceofferingid` is a required parameter and API won't work without it ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
