This commit is contained in:
Peter Maquiran
2021-07-17 21:22:03 +01:00
parent 841a0967a9
commit e3fa0981a7
10 changed files with 49 additions and 22 deletions
@@ -75,7 +75,11 @@ export class RequestOptionsPage implements OnInit {
this.processes.SetTaskToPending(this.task.SerialNumber).subscribe(res=>{
console.log(res);
this.close();
},()=>{
this.toastService.badRequest('Processo não encontrado')
});
}
async openBookMeetingModal(task: any) {