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:
commit
fd78f0b177
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user