DaanHoogland commented on code in PR #7112:
URL: https://github.com/apache/cloudstack/pull/7112#discussion_r1081014489
##########
ui/src/views/network/CreateIsolatedNetworkForm.vue:
##########
@@ -40,7 +40,7 @@
<tooltip-label :title="$t('label.displaytext')"
:tooltip="apiParams.displaytext.description"/>
</template>
<a-input
- v-model:value="form.displaytext"
+ v-model:value="form.name"
Review Comment:
@rahulbcn27 , I don“t mean to take the name unconditionally, but only when
the users decides to submit without a value added in the `displaytext` field.
I would recommend to make the field optional on the command and implement
the check on the service.
--
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]