This commit is contained in:
Peter Maquiran
2023-05-25 16:24:18 +01:00
parent 11d9e22f11
commit 483ce54ed9
12 changed files with 35 additions and 82 deletions
+8 -1
View File
@@ -66,6 +66,7 @@ export class EventsPage implements OnInit {
showAgendaLoader = false
showCorrespondenciasLoader = false
loadingAllTask = false
constructor(
private eventService: EventsService,
@@ -83,7 +84,13 @@ export class EventsPage implements OnInit {
public TaskService: TaskService
) {
this.TaskService.LoadTask()
(async () =>{
this.loadingAllTask = true
await this.TaskService.LoadTask()
this.loadingAllTask = false
})()
window['zipPhoneCallback'] = function (zipphone) {