corrections
This commit is contained in:
parent
417010ae9b
commit
13c6ec3516
@ -232,7 +232,7 @@ export class AnnotationWrapper {
|
||||
get legalBasis() {
|
||||
return this.legalBasisChangeValue || this.legalBasisValue;
|
||||
}
|
||||
|
||||
redactionLogEntry: any;
|
||||
static fromData(redactionLogEntry?: RedactionLogEntry) {
|
||||
const annotationWrapper = new AnnotationWrapper();
|
||||
|
||||
@ -281,6 +281,7 @@ export class AnnotationWrapper {
|
||||
this._handleRecommendations(annotationWrapper, redactionLogEntry);
|
||||
annotationWrapper.typeLabel = annotationTypesTranslations[annotationWrapper.superType];
|
||||
|
||||
annotationWrapper.redactionLogEntry = redactionLogEntry;
|
||||
return annotationWrapper;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user