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