diff --git a/apps/red-ui/src/app/models/file/annotation.wrapper.ts b/apps/red-ui/src/app/models/file/annotation.wrapper.ts index e16705469..6e5963e1f 100644 --- a/apps/red-ui/src/app/models/file/annotation.wrapper.ts +++ b/apps/red-ui/src/app/models/file/annotation.wrapper.ts @@ -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';