bernardodemarco commented on code in PR #10602:
URL: https://github.com/apache/cloudstack/pull/10602#discussion_r2007394795


##########
ui/src/views/compute/StartVirtualMachine.vue:
##########
@@ -237,7 +237,7 @@ export default {
           id: this.resource.id
         }
         for (const key in values) {
-          if (values[key]) {
+          if (values[key] || values[key] === false) {

Review Comment:
   Couldn't we simply remove this if condition? I don't see how a form's field 
value could be `null` or `undefined` here



-- 
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]

Reply via email to