My Specialist Page added to Home Page

MOE_DEV_NEW_TEMPORARY_DESIGN
haroon amjad 6 years ago
parent 7af8b9c791
commit ae42645e6a

@ -42,7 +42,7 @@ export class HomePage implements OnInit {
private geolocation: Geolocation,
private attendance_service: AttendanceService,
private eitService: EitService
) {}
) { }
ngOnInit() {
this.getUserDetails();
@ -155,6 +155,8 @@ export class HomePage implements OnInit {
this.common.openMyTeamPage();
// this.navCtrl.push("MySubordinatePage");
} else if (item.MENU_TYPE == "S") {
this.common.sharedService.setSharedData(item, 'mySpecList');
this.common.openMySpecialistPage();
//this.navCtrl.push('MySpecialistPage',{"mySpecList":item});
} else {
this.getMenuEntries(item);

Loading…
Cancel
Save