From eeb5479a98bfae27b2e82ea97407bb5436f1fd79 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Fri, 15 Oct 2021 13:56:45 +0300 Subject: [PATCH] form-composite-title.component.html: [Bug fix] Show "view more/less" functionality only if there is extendedDescription. --- .../form-composite-title/form-composite-title.component.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-composite-title/form-composite-title.component.html b/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-composite-title/form-composite-title.component.html index 0d2718efb..fc710c640 100644 --- a/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-composite-title/form-composite-title.component.html +++ b/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-composite-title/form-composite-title.component.html @@ -14,13 +14,12 @@
-
+
{{'DATASET-EDITOR.QUESTION.EXTENDED-DESCRIPTION.VIEW-MORE' | translate}}
-
-
+
{{'DATASET-EDITOR.QUESTION.EXTENDED-DESCRIPTION.VIEW-LESS' | translate}}