Merge branch 'VM/RED-9401' into 'master'

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

Closes RED-9401

See merge request redactmanager/red-ui!496
This commit is contained in:
Dan Percic 2024-07-11 13:59:18 +02:00
commit fd78f0b177

View File

@ -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',