Pull request #168: fix comments
Merge in RED/ui from comments to master * commit 'b863acd99763c7a378def84cffdd7830d425d971': fix comments
This commit is contained in:
commit
3131fd18b7
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user