DaanHoogland commented on code in PR #13758:
URL: https://github.com/apache/cloudstack/pull/13758#discussion_r3948523879


##########
ui/src/views/network/CreateL3NetworkForm.vue:
##########
@@ -275,14 +286,18 @@ export default {
     this.fetchData()
   },
   methods: {
+    isAdmin,
     isAdminOrDomainAdmin,
     initForm () {
       this.formRef = ref()
       this.form = reactive({})
       this.rules = reactive({
         name: [{ required: true, message: this.$t('message.error.name') }],
         zoneid: [{ required: true, message: this.$t('message.error.select') }],
-        networkofferingid: [{ required: true, message: 
this.$t('message.error.select') }]
+        networkofferingid: [{ required: true, message: 
this.$t('message.error.select') }],
+        // Only rendered (and thus validated) for offerings with specifyVlan, 
where the API
+        // requires the operator to pick the routed id.

Review Comment:
   ```suggestion
   ```



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