Skip to content
Snippets Groups Projects
Commit fb5ed51d authored by Sandra Westerhoff's avatar Sandra Westerhoff
Browse files

Update: Bring back public-private selection (coscine/issues#1870)

parent ef591454
Branches Issue/1870-publicPrivateVisibility
Tags
2 merge requests!84Release: Sprint/2022-02,!83Issue/1870 public private visibility
......@@ -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),
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment