Pull request #168: fix comments

Merge in RED/ui from comments to master

* commit 'b863acd99763c7a378def84cffdd7830d425d971':
  fix comments
This commit is contained in:
Timo Bejan 2021-04-26 17:25:18 +02:00
commit 3131fd18b7

View File

@ -193,6 +193,7 @@ export class AnnotationWrapper {
annotationWrapper.dictionaryOperation = redactionLogEntry.dictionaryEntry;
annotationWrapper.userId = redactionLogEntry.userId;
annotationWrapper.image = redactionLogEntry.image;
annotationWrapper.comments = redactionLogEntry.comments || [];
AnnotationWrapper._createContent(annotationWrapper, redactionLogEntry);
AnnotationWrapper._setSuperType(annotationWrapper, redactionLogEntry);
AnnotationWrapper._handleSkippedState(annotationWrapper, redactionLogEntry);