RED-6730 - Annotation appears as redaction instead of skipped/recommendation(corner case)
This commit is contained in:
parent
5154d8b03f
commit
0ba8d54ca2
@ -509,7 +509,7 @@ export class AnnotationWrapper implements IListable, Record<string, unknown> {
|
|||||||
if (lastManualChange.processed) {
|
if (lastManualChange.processed) {
|
||||||
switch (lastManualChange.annotationStatus) {
|
switch (lastManualChange.annotationStatus) {
|
||||||
case LogEntryStatuses.APPROVED:
|
case LogEntryStatuses.APPROVED:
|
||||||
return redactionLogEntry.recommendation ? SuperTypes.Recommendation : SuperTypes.Hint;
|
return redactionLogEntry.recommendation ? SuperTypes.Recommendation : SuperTypes.Skipped;
|
||||||
case LogEntryStatuses.DECLINED:
|
case LogEntryStatuses.DECLINED:
|
||||||
return isHintDictionary ? SuperTypes.Hint : SuperTypes.Skipped;
|
return isHintDictionary ? SuperTypes.Hint : SuperTypes.Skipped;
|
||||||
case LogEntryStatuses.REQUESTED:
|
case LogEntryStatuses.REQUESTED:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user