mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Messages
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user