Recommendations super type
This commit is contained in:
parent
37108bf6cc
commit
f01056853a
@ -299,11 +299,6 @@ export class AnnotationWrapper implements Record<string, unknown> {
|
||||
}
|
||||
|
||||
private static _setSuperType(annotationWrapper: AnnotationWrapper, redactionLogEntryWrapper: RedactionLogEntry) {
|
||||
if (redactionLogEntryWrapper.recommendation && !redactionLogEntryWrapper.redacted) {
|
||||
annotationWrapper.superType = SuperTypes.Recommendation;
|
||||
return;
|
||||
}
|
||||
|
||||
if (redactionLogEntryWrapper.manualChanges?.length) {
|
||||
const lastManualChange = redactionLogEntryWrapper.manualChanges[redactionLogEntryWrapper.manualChanges.length - 1];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user