From 8a045a48793c5a8862d8e4abcb449cda212f8ac7 Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Thu, 11 Jul 2024 14:55:38 +0300 Subject: [PATCH] RED-9401 - Show manual changes icon in workload for all entries with MANUAL engine --- .../file-preview/services/annotation-processing.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/red-ui/src/app/modules/file-preview/services/annotation-processing.service.ts b/apps/red-ui/src/app/modules/file-preview/services/annotation-processing.service.ts index 57eedab02..253b63f4c 100644 --- a/apps/red-ui/src/app/modules/file-preview/services/annotation-processing.service.ts +++ b/apps/red-ui/src/app/modules/file-preview/services/annotation-processing.service.ts @@ -51,7 +51,7 @@ export class AnnotationProcessingService { checked: false, topLevelFilter: true, checker: (annotation: AnnotationWrapper) => - annotation?.hasRedactionChanges && annotation?.engines?.includes(LogEntryEngines.MANUAL), + annotation?.hasRedactionChanges || annotation?.engines?.includes(LogEntryEngines.MANUAL), }, { id: 'unseen-pages',