Pull request #353: Target type after recategorization request

Merge in RED/ui from RED-3413 to master

* commit '5f6555354acb54c0c134a36d5ef1bd988bfc2d1f':
  Target type after recategorization request
This commit is contained in:
Adina Teudan 2022-02-17 20:28:26 +01:00
commit 4874cf96be

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