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

FEAT #16982 TIME 0:10 add mode to external user

parent 362bffce
No related branches found
No related tags found
No related merge requests found
...@@ -257,7 +257,7 @@ export class IndexationComponent implements OnInit { ...@@ -257,7 +257,7 @@ export class IndexationComponent implements OnInit {
workflow: this.appVisaWorkflow.getCurrentWorkflow().map((item: any, index: number) => ({ workflow: this.appVisaWorkflow.getCurrentWorkflow().map((item: any, index: number) => ({
externalInformations: item.otp, externalInformations: item.otp,
userId: item.userId, userId: item.userId,
mode: this.authService.getWorkflowMode(item.role), mode: this.authService.getWorkflowMode(item.otp ? item.otp.role : item.role),
signatureMode: this.authService.getSignatureMode(item.role), signatureMode: this.authService.getSignatureMode(item.role),
signaturePositions: file.signPos !== undefined ? file.signPos.filter((userItem: any) => userItem.sequence === index).map((itemFile: any) => ({ signaturePositions: file.signPos !== undefined ? file.signPos.filter((userItem: any) => userItem.sequence === index).map((itemFile: any) => ({
page: itemFile.page, page: itemFile.page,
......
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