Skip to content
Snippets Groups Projects
Commit e51a8519 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #15550 TIME 0:06 hide the signature if the document is not signed when I...

FEAT #15550 TIME 0:06 hide the signature if the document is not signed when I switch between the attached documents and the main document + translate
parent 987936bb
No related branches found
No related tags found
No related merge requests found
......@@ -392,6 +392,7 @@
"changePassword": "Change password",
"addNewDate": "Add a new date",
"add": "Add",
"dateInDocAdded": "Date added in document"
"dateInDocAdded": "Date added in document",
"rejectDocumentWarning": "You are about to decline this document!"
}
}
\ No newline at end of file
......@@ -92,7 +92,7 @@
[style.height.px]="signaturesService.workingAreaHeight" id="myBounds" #myBounds>
<app-document-note-list *ngIf="currentDoc == 0 && !loadingImage">
</app-document-note-list>
<app-document-sign-list *ngIf="currentDoc === 0 && !loadingImage" [bounds]="myBounds">
<app-document-sign-list *ngIf="currentDoc === 0 && !loadingImage && this.signaturesService.signaturesContent[pageNum]" [bounds]="myBounds">
</app-document-sign-list>
<ion-img
*ngIf="docList[currentDoc] !== undefined && !signaturesService.empty(docList[currentDoc].imgContent[pageNum])"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment