diff --git a/dmp-frontend/src/app/ui/dmp/dmp-editor-blueprint/dmp-editor.component.html b/dmp-frontend/src/app/ui/dmp/dmp-editor-blueprint/dmp-editor.component.html index 177cb7613..3a76a78ef 100644 --- a/dmp-frontend/src/app/ui/dmp/dmp-editor-blueprint/dmp-editor.component.html +++ b/dmp-frontend/src/app/ui/dmp/dmp-editor-blueprint/dmp-editor.component.html @@ -216,7 +216,7 @@
- + {{formGroup.get('label').getError('backendError').message}} @@ -224,12 +224,12 @@
- +
- + {{ lang.name }} @@ -297,7 +297,7 @@
- + {{enumUtils.toDmpAccessTypeString(dmpAccessType)}} @@ -313,28 +313,28 @@
- + - +
{{field.label}} - + {{formGroup.get('properties').get('dmpBlueprintValues').get(field.id).get('fieldValue').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}
- +
{{field.label}} - + {{formGroup.get('properties').get('dmpBlueprintValues').get(field.id).get('dateValue').getError('backendError').message}} @@ -344,7 +344,7 @@
{{field.label}} - + {{formGroup.get('properties').get('dmpBlueprintValues').get(field.id).get('numberValue').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}