From c6a38efd8318ed721d96a9557708026aea3c3f88 Mon Sep 17 00:00:00 2001 From: amentis Date: Wed, 27 Mar 2024 12:22:33 +0200 Subject: [PATCH] add file transformer service to description editor --- .../editor/description-editor.component.html | 14 +++----------- .../editor/description-editor.component.ts | 4 +++- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/dmp-frontend/src/app/ui/description/editor/description-editor.component.html b/dmp-frontend/src/app/ui/description/editor/description-editor.component.html index 536e744b6..c71d7e771 100644 --- a/dmp-frontend/src/app/ui/description/editor/description-editor.component.html +++ b/dmp-frontend/src/app/ui/description/editor/description-editor.component.html @@ -32,17 +32,9 @@ expand_more - - - diff --git a/dmp-frontend/src/app/ui/description/editor/description-editor.component.ts b/dmp-frontend/src/app/ui/description/editor/description-editor.component.ts index 87fbf06f9..801dd955e 100644 --- a/dmp-frontend/src/app/ui/description/editor/description-editor.component.ts +++ b/dmp-frontend/src/app/ui/description/editor/description-editor.component.ts @@ -42,6 +42,7 @@ import { TableOfContentsComponent } from './table-of-contents/table-of-contents. import { FormValidationErrorsDialogComponent } from '@common/forms/form-validation-errors-dialog/form-validation-errors-dialog.component'; import { ConfigurationService } from '@app/core/services/configuration/configuration.service'; import { LockTargetType } from '@app/core/common/enum/lock-target-type'; +import { FileTransformerService } from '@app/core/services/file-transformer/file-transformer.service'; @Component({ selector: 'app-description-editor-component', @@ -104,7 +105,8 @@ export class DescriptionEditorComponent extends BaseEditor