From 6bccc2e9801bdeb3726e5c8c87fcaf6a18bbcd09 Mon Sep 17 00:00:00 2001 From: amentis Date: Wed, 22 May 2024 15:02:49 +0300 Subject: [PATCH] description template editor dirty field after save bug dix --- .../field/description-template-editor-field.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/dmp-frontend/src/app/ui/admin/description-template/editor/components/field/description-template-editor-field.component.ts b/dmp-frontend/src/app/ui/admin/description-template/editor/components/field/description-template-editor-field.component.ts index cce25cfda..cfc5bcb06 100644 --- a/dmp-frontend/src/app/ui/admin/description-template/editor/components/field/description-template-editor-field.component.ts +++ b/dmp-frontend/src/app/ui/admin/description-template/editor/components/field/description-template-editor-field.component.ts @@ -245,7 +245,6 @@ export class DescriptionTemplateEditorFieldComponent extends BaseComponent imple validationsControl.setValue(validations.filter(validator => validator != validationType)); validationsControl.updateValueAndValidity(); } - this.form.markAsDirty();//deactivate guard } get isRequired() {