RED-9401 - Show manual changes icon in workload for all entries with MANUAL engine

This commit is contained in:
Valentin Mihai 2024-07-11 14:55:38 +03:00
parent 85faea9ea5
commit 8a045a4879

View File

@ -51,7 +51,7 @@ export class AnnotationProcessingService {
checked: false, checked: false,
topLevelFilter: true, topLevelFilter: true,
checker: (annotation: AnnotationWrapper) => checker: (annotation: AnnotationWrapper) =>
annotation?.hasRedactionChanges && annotation?.engines?.includes(LogEntryEngines.MANUAL), annotation?.hasRedactionChanges || annotation?.engines?.includes(LogEntryEngines.MANUAL),
}, },
{ {
id: 'unseen-pages', id: 'unseen-pages',