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
@@ -232,9 +232,9 @@ export class RequestOptionsPage implements OnInit {
try {
await this.processes.CompleteTask(body).toPromise()
this.close();
this.successMessage()
this.successMessage('Processo arquivado')
} catch (error) {
this.badRequest()
this.badRequest('Processo não arquivado')
}