|
|
|
@ -170,12 +170,13 @@ export class HomeComponent implements OnInit {
|
|
|
|
ionViewDidEnter() {
|
|
|
|
ionViewDidEnter() {
|
|
|
|
console.log("ionViewDidEnter");
|
|
|
|
console.log("ionViewDidEnter");
|
|
|
|
|
|
|
|
|
|
|
|
this.openNotificationsDashboard();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// this.direction = TranslatorService.getCurrentDirection();
|
|
|
|
// this.direction = TranslatorService.getCurrentDirection();
|
|
|
|
this.worklistNotifications = this.common.sharedService.getSharedData('worklistNotifications', false);
|
|
|
|
this.worklistNotifications = this.common.sharedService.getSharedData('worklistNotifications', false);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ngOnInit() {
|
|
|
|
ngOnInit() {
|
|
|
|
|
|
|
|
this.openNotificationsDashboard();
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
callWorkListServices() {
|
|
|
|
callWorkListServices() {
|
|
|
|
|