This commit is contained in:
Peter Maquiran
2023-08-10 16:46:55 +01:00
parent 8b3989de3b
commit 19ddb18148
33 changed files with 257 additions and 222 deletions
@@ -180,12 +180,12 @@
</ion-item-sliding>
</div>
<div *ngIf="!TaskService.showLoader && AllProcess.length == 0"
<div *ngIf="!TaskService.showLoaderNum != 0 && AllProcess.length == 0"
class="empty-list d-flex height-100 align-center justify-content-center">
<span>Lista vazia</span>
</div>
<div *ngIf="TaskService.showLoader && AllProcess.length == 0">
<div *ngIf="TaskService.showLoaderNum != 0 && AllProcess.length == 0">
<ion-list>
<ion-item>
@@ -140,7 +140,7 @@ export class AllProcessesPage implements OnInit {
if (workflowName == 'Despacho') {
if (activityName == 'Tarefa de Despacho' || activityName == 'Concluir Despacho') {
if (activityName == 'Tarefa de Despacho' || activityName == 'Concluir Despacho' || activityName == 'Reexecutar Despacho') {
this.router.navigate(['/home/gabinete-digital/despachos', serialNumber, 'gabinete-digital']);
}
}