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:
commit
4874cf96be
@ -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