This commit is contained in:
Peter Maquiran
2023-08-08 09:43:26 +01:00
parent 834840fc41
commit 67a69d2e47
27 changed files with 153 additions and 54 deletions
+7
View File
@@ -66,6 +66,8 @@ export class EventsPage implements OnInit {
showCorrespondenciasLoader = false
loadingAllTask = false
agendaColor = ''
filterName: 'Para hoje' | 'Novos'| 'Lidos'| 'Não lidos'| 'OverdueTasks' | 'Todos' = 'Não lidos'
showSearch = true;
@@ -104,6 +106,11 @@ export class EventsPage implements OnInit {
this.listToPresentexpediente = []
})
if(this.agendaColor != "PR") {
this.agendaColor = "MDGPR"
}
}
ngAfterViewInit(): void {