fdalsotto commented on a change in pull request #4909:
URL: https://github.com/apache/cloudstack/pull/4909#discussion_r612350069



##########
File path: ui/src/views/AutogenView.vue
##########
@@ -989,7 +989,7 @@ export default {
               }
               break
             }
-            if (!input) {
+            if (!input && input !== 0) {

Review comment:
       I was going to say that line 982 should look like:
   
   if (param.name !== key || (!input && input !== 0))) {
   
   though this will impact line 985. 
   
   the logic overall looks a bit confusing though. Maybe a rewrite would make 
sense 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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to