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

FEAT #14949 TIME 0:15 check idTypist and currentUser

parent d7f8e624
No related branches found
No related tags found
No related merge requests found
...@@ -268,7 +268,7 @@ ...@@ -268,7 +268,7 @@
</span> </span>
<i *ngIf="loadingSign" class="fa fa-spinner fa-pulse fa-2x fa-fw"></i> <i *ngIf="loadingSign" class="fa fa-spinner fa-pulse fa-2x fa-fw"></i>
</span> </span>
<span *ngIf="signatureBook.attachments[rightSelectedThumbnail].status == 'SIGN' && signatureBook.attachments[rightSelectedThumbnail].recipient_id === this.userId; else elseBlock" <span *ngIf="signatureBook.attachments[rightSelectedThumbnail].status == 'SIGN' && signatureBook.attachments[rightSelectedThumbnail].idTypist === this.userId; else elseBlock"
(click)="unsignFile(signatureBook.attachments[rightSelectedThumbnail])" (click)="unsignFile(signatureBook.attachments[rightSelectedThumbnail])"
style="cursor: pointer;color: green;"> style="cursor: pointer;color: green;">
<i title="{{'lang.unsign' | translate}}" class="fa fa-check fa-2x" aria-hidden="true"></i> <i title="{{'lang.unsign' | translate}}" class="fa fa-check fa-2x" aria-hidden="true"></i>
......
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