RED-9401 - Show manual changes icon in workload for all entries with MANUAL engine
This commit is contained in:
parent
85faea9ea5
commit
8a045a4879
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user