Target type after recategorization request

This commit is contained in:
Adina Țeudan 2022-02-17 21:13:24 +02:00
parent 7e5ada4d6a
commit 5f6555354a

View File

@ -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';