From 1f271c9428eabef7d395daa617602b6b15d133ce Mon Sep 17 00:00:00 2001 From: Sofia Papacharalampous Date: Thu, 9 May 2024 16:13:43 +0300 Subject: [PATCH] fixed multiplicity range issue on dmp blueprint editor --- .../dmp-blueprint/editor/dmp-blueprint-editor.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dmp-frontend/src/app/ui/admin/dmp-blueprint/editor/dmp-blueprint-editor.component.html b/dmp-frontend/src/app/ui/admin/dmp-blueprint/editor/dmp-blueprint-editor.component.html index 356d8d57a..75cb52e32 100644 --- a/dmp-frontend/src/app/ui/admin/dmp-blueprint/editor/dmp-blueprint-editor.component.html +++ b/dmp-frontend/src/app/ui/admin/dmp-blueprint/editor/dmp-blueprint-editor.component.html @@ -267,7 +267,7 @@
{{'DMP-BLUEPRINT-EDITOR.FIELDS.DESCRIPTION-TEMPLATE-MIN-MULTIPLICITY' | translate}} - + {{descriptionTemplate.get('minMultiplicity').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}} @@ -275,7 +275,7 @@
{{'DMP-BLUEPRINT-EDITOR.FIELDS.DESCRIPTION-TEMPLATE-MAX-MULTIPLICITY' | translate}} - + {{descriptionTemplate.get('maxMultiplicity').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}