Target type after recategorization request
This commit is contained in:
parent
7e5ada4d6a
commit
5f6555354a
@ -311,6 +311,10 @@ export class AnnotationWrapper {
|
||||
lastManualChange,
|
||||
annotationWrapper.hintDictionary,
|
||||
);
|
||||
|
||||
if (lastManualChange.annotationStatus === LogEntryStatus.REQUESTED) {
|
||||
annotationWrapper.recategorizationType = lastManualChange.propertyChanges.type;
|
||||
}
|
||||
} else {
|
||||
if (redactionLogEntryWrapper.recommendation) {
|
||||
annotationWrapper.superType = 'recommendation';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user