From aed0f9de8eb740bba04239d3f8c423e7fd96b921 Mon Sep 17 00:00:00 2001 From: Sofia Papacharalampous Date: Fri, 22 Mar 2024 12:04:43 +0200 Subject: [PATCH] fixed sortable field *dmp-blueprint-editor>description-template --- .../editor/dmp-blueprint-editor.component.html | 16 +++++----------- .../editor/dmp-blueprint-editor.component.ts | 13 +++++++++++++ 2 files changed, 18 insertions(+), 11 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 3c2de4991..f6715e40b 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 @@ -227,18 +227,13 @@
-
+
-
- {{descriptionTemplateIndex + 1}} - drag_indicator + {{descriptionTemplateIndex + 1}} + drag_indicator
- {{descriptionTemplateIndex + 1}} - drag_indicator + {{descriptionTemplateIndex + 1}} + drag_indicator
@@ -322,7 +317,6 @@
-
diff --git a/dmp-frontend/src/app/ui/admin/dmp-blueprint/editor/dmp-blueprint-editor.component.ts b/dmp-frontend/src/app/ui/admin/dmp-blueprint/editor/dmp-blueprint-editor.component.ts index 6e50e95b8..d9ee7ef17 100644 --- a/dmp-frontend/src/app/ui/admin/dmp-blueprint/editor/dmp-blueprint-editor.component.ts +++ b/dmp-frontend/src/app/ui/admin/dmp-blueprint/editor/dmp-blueprint-editor.component.ts @@ -64,6 +64,7 @@ export class DmpBlueprintEditorComponent extends BaseEditor