Bug on notifications

This commit is contained in:
Eudes Inácio
2021-04-14 13:30:13 +01:00
17 changed files with 77 additions and 22 deletions
+5 -5
View File
@@ -77,9 +77,9 @@ export class HomePage implements OnInit {
ngOnInit() {
this.pushCordova();
/* //Initialize profile as mdgpr
//Initialize profile as mdgpr
let date = new Date();
/* let date = new Date();
date.setMonth(date.getMonth() + 1);
let start = date.getFullYear()+"-"+ date.getMonth()+"-"+date.getDate()+" "+date.getHours()+":"+date.getMinutes()+ ":"+date.getSeconds();
let end = date.getFullYear()+"-"+ date.getMonth()+"-"+date.getDate()+" 23:59:59";
@@ -99,10 +99,10 @@ export class HomePage implements OnInit {
}
this.processesbackend.GetTasksList("Expediente", true).subscribe(result => {
this.totalExpediente = result;
});
this.totalExpediente = result;
});*/
*/
}
pushCordova() {