fdalsotto commented on a change in pull request #4909:
URL: https://github.com/apache/cloudstack/pull/4909#discussion_r611463759
##########
File path: ui/src/views/AutogenView.vue
##########
@@ -989,7 +989,7 @@ export default {
}
break
}
- if (!input) {
+ if (!input && input !== 0) {
Review comment:
should this validation be moved to line 982 along with the existing
validation? moving it there might simplify all these if conditions and
streamline the iteration
--
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]