RED-6617 - Previously dict-based hint should become Ignored Hint
This commit is contained in:
parent
6753190e18
commit
e54138476c
@ -494,7 +494,7 @@ export class AnnotationWrapper implements IListable, Record<string, unknown> {
|
||||
if (lastManualChange.processed) {
|
||||
switch (lastManualChange.annotationStatus) {
|
||||
case LogEntryStatuses.APPROVED:
|
||||
return redactionLogEntry.recommendation ? SuperTypes.Recommendation : SuperTypes.Skipped;
|
||||
return redactionLogEntry.recommendation ? SuperTypes.Recommendation : SuperTypes.Hint;
|
||||
case LogEntryStatuses.DECLINED:
|
||||
return isHintDictionary ? SuperTypes.Hint : SuperTypes.Skipped;
|
||||
case LogEntryStatuses.REQUESTED:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user