|
|
|
|
@ -134,6 +134,7 @@ export class HomePage implements OnInit {
|
|
|
|
|
direction: string;
|
|
|
|
|
public isPostNoLoad = true;
|
|
|
|
|
public showStaticServices = false;
|
|
|
|
|
public myRequestData: any;
|
|
|
|
|
|
|
|
|
|
constructor(
|
|
|
|
|
public ts: TranslatorService,
|
|
|
|
|
@ -432,6 +433,10 @@ export class HomePage implements OnInit {
|
|
|
|
|
} else {
|
|
|
|
|
this.events.publish('myTeamFlag', 'false');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (this.menuList[i].MENU_TYPE === 'E') {
|
|
|
|
|
this.myRequestData = this.menuList[i];
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// if (item.MENU_TYPE === 'M') {
|
|
|
|
|
@ -868,6 +873,7 @@ export class HomePage implements OnInit {
|
|
|
|
|
// tslint:disable-next-line: triple-equals
|
|
|
|
|
} else if (link == '4') {
|
|
|
|
|
// this.openPage(this.ticketRequestObject);
|
|
|
|
|
this.common.sharedService.setSharedData(this.myRequestData, MenuResponse.SELECTED_MENU);
|
|
|
|
|
this.common.openConcurrentTransactionsHome();
|
|
|
|
|
|
|
|
|
|
// if (this.menuList) {
|
|
|
|
|
|