Fix merge

This commit is contained in:
Peter Maquiran
2021-06-23 15:53:14 +01:00
68 changed files with 361 additions and 388 deletions
@@ -248,7 +248,7 @@ export class ExpedientTaskModalPage implements OnInit {
}
}
this.taskResult = await this.processes.postParecer(this.postData).toPromise();
await this.toastService.successMessage('Processo efetuado');
await this.toastService.successMessage('Pedido enviado');
this.modalController.dismiss(action_parecer);
} catch (error) {