diff --git a/apps/red-ui/src/app/modules/dossier/components/file-workload/file-workload.component.html b/apps/red-ui/src/app/modules/dossier/components/file-workload/file-workload.component.html
index a2919dc27..55693c59b 100644
--- a/apps/red-ui/src/app/modules/dossier/components/file-workload/file-workload.component.html
+++ b/apps/red-ui/src/app/modules/dossier/components/file-workload/file-workload.component.html
@@ -28,7 +28,7 @@
-
+
diff --git a/apps/red-ui/src/app/modules/dossier/dialogs/remove-annotations-dialog/remove-annotations-dialog.component.ts b/apps/red-ui/src/app/modules/dossier/dialogs/remove-annotations-dialog/remove-annotations-dialog.component.ts
index 5bda381c3..2c7039e83 100644
--- a/apps/red-ui/src/app/modules/dossier/dialogs/remove-annotations-dialog/remove-annotations-dialog.component.ts
+++ b/apps/red-ui/src/app/modules/dossier/dialogs/remove-annotations-dialog/remove-annotations-dialog.component.ts
@@ -36,7 +36,7 @@ export class RemoveAnnotationsDialogComponent {
}
confirm() {
- this.dialogRef.close(this.redactionForm.getRawValue().comment);
+ this.dialogRef.close({ comment: this.redactionForm.getRawValue().comment });
}
printable(annotation: AnnotationWrapper) {
diff --git a/apps/red-ui/src/app/modules/dossier/screens/dossier-overview-screen/dossier-overview-screen.component.ts b/apps/red-ui/src/app/modules/dossier/screens/dossier-overview-screen/dossier-overview-screen.component.ts
index 4b79949d1..6a1e7dc12 100644
--- a/apps/red-ui/src/app/modules/dossier/screens/dossier-overview-screen/dossier-overview-screen.component.ts
+++ b/apps/red-ui/src/app/modules/dossier/screens/dossier-overview-screen/dossier-overview-screen.component.ts
@@ -141,6 +141,7 @@ export class DossierOverviewScreenComponent
}
async ngOnAttach() {
+ await this._appStateService.reloadActiveDossierFiles();
this._loadEntitiesFromState();
await this.ngOnInit();
this.scrollViewport.scrollTo({ top: this._lastScrollPosition });
diff --git a/apps/red-ui/src/app/modules/dossier/screens/search-screen/search-screen.component.html b/apps/red-ui/src/app/modules/dossier/screens/search-screen/search-screen.component.html
index 9bf89fde2..bce8ba1ad 100644
--- a/apps/red-ui/src/app/modules/dossier/screens/search-screen/search-screen.component.html
+++ b/apps/red-ui/src/app/modules/dossier/screens/search-screen/search-screen.component.html
@@ -44,7 +44,7 @@
-
+
{{ 'search-screen.missing' | translate }}: {{ term }}
) {
- this._dialogService.openRemoveFromDictionaryDialog($event, annotations, removeFromDictionary, comment => {
+ this._dialogService.openRemoveFromDictionaryDialog($event, annotations, removeFromDictionary, result => {
annotations.forEach(annotation => {
this._processObsAndEmit(
- this._manualAnnotationService.removeOrSuggestRemoveAnnotation(annotation, removeFromDictionary, comment),
+ this._manualAnnotationService.removeOrSuggestRemoveAnnotation(annotation, removeFromDictionary, result.comment),
annotation,
annotationsChanged
);
diff --git a/libs/common-ui b/libs/common-ui
index 3625e2951..1633911e1 160000
--- a/libs/common-ui
+++ b/libs/common-ui
@@ -1 +1 @@
-Subproject commit 3625e295161fddd62c6f8f45623279773bbb8a16
+Subproject commit 1633911e1339b39f96f243885defec4a92b6e6eb