RED-6504: fix annotation shown as redacted
This commit is contained in:
parent
a1d1342a04
commit
6add09e574
@ -494,7 +494,7 @@ export class AnnotationWrapper implements IListable, Record<string, unknown> {
|
||||
if (lastManualChange.processed) {
|
||||
switch (lastManualChange.annotationStatus) {
|
||||
case LogEntryStatuses.APPROVED:
|
||||
return SuperTypes.Redaction;
|
||||
return redactionLogEntry.recommendation ? SuperTypes.Recommendation : SuperTypes.Skipped;
|
||||
case LogEntryStatuses.DECLINED:
|
||||
return isHintDictionary ? SuperTypes.Hint : SuperTypes.Skipped;
|
||||
case LogEntryStatuses.REQUESTED:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user