From e048169a5bda1af8f53fc6865dd47a0e493d7858 Mon Sep 17 00:00:00 2001 From: Nicoleta Panaghiu Date: Wed, 11 Oct 2023 16:01:56 +0300 Subject: [PATCH] RED-7371: Fixed file attribute save and navigation. --- .../components/file-attribute/file-attribute.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/red-ui/src/app/modules/dossier-overview/components/file-attribute/file-attribute.component.ts b/apps/red-ui/src/app/modules/dossier-overview/components/file-attribute/file-attribute.component.ts index 67b29b6d2..a51b3eebb 100644 --- a/apps/red-ui/src/app/modules/dossier-overview/components/file-attribute/file-attribute.component.ts +++ b/apps/red-ui/src/app/modules/dossier-overview/components/file-attribute/file-attribute.component.ts @@ -122,7 +122,7 @@ export class FileAttributeComponent extends BaseFormComponent implements OnDestr this._toaster.error(_('file-attribute.update.error')); } - this.close(); + this.fileAttributesService.resetEdit(); } close($event?: MouseEvent): void {