Skip to content
Snippets Groups Projects
Commit 626e8b31 authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Merge branch 'Product/1666-removeRadioButtons' into 'Sprint/2021-16'

Product/1666 removeRadioButtons

See merge request !77
parents d68a60dd c931ae4c
Branches Sprint/2021-16
Tags
2 merge requests!77Product/1666 removeRadioButtons,!76Sprint/2021 16
......@@ -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