diff --git a/src/CreateProject.vue b/src/CreateProject.vue index 6f2ece0e2049413bc2f3786ff99aa3631ff69ef9..6b7ebaabfbc5fce51f2ed6a98491ea6543c37c46 100644 --- a/src/CreateProject.vue +++ b/src/CreateProject.vue @@ -260,7 +260,6 @@ > </multiselect> </coscine-form-group> - <!--functionality is not implemented yet, so this option is commented out (#1686) <coscine-form-group :mandatory="true" labelFor="Visibility" @@ -275,7 +274,7 @@ stacked v-bind:disabled="!(isOwner || isNewProject)" ></b-form-radio-group> - </coscine-form-group>--> + </coscine-form-group> <coscine-form-group labelFor="GrantId" :label="$t('projectGrantIdLabel')" @@ -537,9 +536,9 @@ export default Vue.extend({ Keywords: { checkKeywords, }, - /*Visibility: { + Visibility: { required, - },*/ + }, GrantId: { maxLength: maxLength(500), },