Skip to content
Snippets Groups Projects
Commit c931ae4c authored by L. Ellenbeck's avatar L. Ellenbeck
Browse files

Merge branch 'Topic/1686-removeRadioButtons' into 'Product/1666-removeRadioButtons'

Update: commented out visibility radio buttons (coscine/issues#1686)

See merge request !75
parents d68a60dd d0318d5e
Branches Product/1666-removeRadioButtons
Tags
3 merge requests!77Product/1666 removeRadioButtons,!76Sprint/2021 16,!75Update: commented out visibility radio buttons (coscine/issues#1686)
......@@ -10,6 +10,7 @@
},
"scripts": {
"build": "vue-cli-service build --target lib --name index ./src/index.ts",
"dev": "vue-cli-service build --target lib --name index ./src/index.ts --mode development",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},
......
......@@ -230,6 +230,7 @@
>
</multiselect>
</coscine-form-group>
<!--functionality is not implemented yet, so this option is commented out (#1686)
<coscine-form-group
:mandatory="true"
labelFor="Visibility"
......@@ -244,7 +245,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')" :isLoading="isLoading" type="input">
<b-form-input
id="GrantId"
......@@ -425,9 +426,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