From da993bccb0af7fe87f573443123b7ee4b4048517 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Mon, 23 Aug 2021 11:49:45 +0100 Subject: [PATCH] Fix --- src/app/shared/popover/request-options/request-options.page.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/shared/popover/request-options/request-options.page.ts b/src/app/shared/popover/request-options/request-options.page.ts index 7e4c141b8..f9d82b462 100644 --- a/src/app/shared/popover/request-options/request-options.page.ts +++ b/src/app/shared/popover/request-options/request-options.page.ts @@ -78,6 +78,7 @@ export class RequestOptionsPage implements OnInit { sendExpedienteToPending() { this.processes.SetTaskToPending(this.task.SerialNumber).subscribe(res=>{ console.log(res); + this.toastService.successMessage() this.close(); },()=>{