RED-6617 - Previously dict-based hint should become Ignored Hint

This commit is contained in:
Valentin Mihai 2023-04-23 19:27:15 +03:00
parent 6753190e18
commit e54138476c

View File

@ -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: