RED-7980 - Not all unprocessed annotations are displayed correctly
This commit is contained in:
parent
26186e6bf7
commit
cff765f478
@ -25,9 +25,10 @@ export class AnnotationCardComponent {
|
|||||||
((this.annotation.isModifyDictionary &&
|
((this.annotation.isModifyDictionary &&
|
||||||
!this.annotation.isRemovedLocally &&
|
!this.annotation.isRemovedLocally &&
|
||||||
!this.annotation.hasBeenForcedHint &&
|
!this.annotation.hasBeenForcedHint &&
|
||||||
(this.annotation.lastManualChange !== ManualRedactionTypes.LEGAL_BASIS_CHANGE &&
|
this.annotation.lastManualChange !== ManualRedactionTypes.LEGAL_BASIS_CHANGE &&
|
||||||
this.annotation.lastManualChange !== ManualRedactionTypes.RESIZE_LOCALLY)) ||
|
this.annotation.lastManualChange !== ManualRedactionTypes.RESIZE_LOCALLY) ||
|
||||||
this.annotation.type === ImageCategory.SIGNATURE)
|
this.annotation.type === ImageCategory.SIGNATURE ||
|
||||||
|
this.annotation.IMAGE_HINT)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user