Merge branch 'VM/RED-7980' into 'master'
RED-7980 - Not all unprocessed annotations are displayed correctly Closes RED-7980 See merge request redactmanager/red-ui!309
This commit is contained in:
commit
493ea06ed1
@ -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