This commit is contained in:
tiago.kayaya
2021-09-15 09:19:57 +01:00
parent 6c1d9e7251
commit fb5d7d797c
@@ -128,7 +128,7 @@ export class AllProcessesPage implements OnInit {
goToProcess(serialNumber:string, workflowName:string, activityName:string){
if(workflowName == 'Despacho') {
if(activityName == 'Tarefa de Despacho'){
if(activityName == 'Tarefa de Despacho'|| activityName == 'Concluir Despacho'){
this.router.navigate(['/home/gabinete-digital/despachos',serialNumber,'gabinete-digital']);
}
}