disable add description in dmp editor when description templates is not selected
This commit is contained in:
parent
e5abbe9aae
commit
bd86747278
|
@ -1506,7 +1506,10 @@
|
||||||
"LOCKED": "Locked",
|
"LOCKED": "Locked",
|
||||||
"DESCRIPTION": "Description",
|
"DESCRIPTION": "Description",
|
||||||
"NO-TEMPLATE-MESSAGE": "If you can't find a template or if you want to create a personalized template for your institution, research community or training needs, please contact us.",
|
"NO-TEMPLATE-MESSAGE": "If you can't find a template or if you want to create a personalized template for your institution, research community or training needs, please contact us.",
|
||||||
"DESCRIPTION-TEMPLATES-MAX-MULTIPLICITY": "Description Templates has reached the maximun multiplicity",
|
"DESCRIPTION-TEMPLATES": {
|
||||||
|
"EMPTY": "Descriptiont templates not found",
|
||||||
|
"MAX-MULTIPLICITY": "Description Templates has reached the maximun multiplicity"
|
||||||
|
},
|
||||||
"UNSUCCESSFUL-REMOVE-TEMPLATE": "Cannot remove template, because it's already being used by one or more Descriptions.",
|
"UNSUCCESSFUL-REMOVE-TEMPLATE": "Cannot remove template, because it's already being used by one or more Descriptions.",
|
||||||
"FIELDS": {
|
"FIELDS": {
|
||||||
"TITLE": "Title of Plan",
|
"TITLE": "Title of Plan",
|
||||||
|
|
Loading…
Reference in New Issue