This commit is contained in:
Peter Maquiran
2021-06-08 16:56:48 +01:00
parent 1a9c8eec0d
commit 574aac6615
26 changed files with 86 additions and 84 deletions
@@ -250,10 +250,10 @@ export class DespachosOptionsPage implements OnInit {
}
try {
await this.processes.CompleteTask(body).toPromise()
this.successMessage()
this.successMessage('Processo arquivado')
this.close();
} catch (error) {
this.badRequest()
this.badRequest('Processo não arquivado')
}
}