This commit is contained in:
tiago.kayaya
2021-07-13 14:35:14 +01:00
5 changed files with 144 additions and 119 deletions
@@ -58,6 +58,7 @@ export class ApproveEventPage implements OnInit {
this.caller = params["params"].caller;
}
});
}
ngOnInit() {
@@ -187,8 +188,7 @@ export class ApproveEventPage implements OnInit {
}
}
async getAttachments(instanceId:string){
const loader = this.toastService.loading()
async getAttachments(instanceId:string) {
try {
this.loadedAttachments = await this.attachmentsService.getAttachmentsById(instanceId).toPromise();