mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Bug on notifications
This commit is contained in:
@@ -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() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user