|
|
|
|
@ -61,9 +61,12 @@ export class HomeComponent implements OnInit {
|
|
|
|
|
this.cs.openSitListPage();
|
|
|
|
|
} else if (menuEntry.REQUEST_TYPE === 'BASIC_DETAILS') {
|
|
|
|
|
this.cs.openProfile('basicDetails');
|
|
|
|
|
} else if (menuEntry.REQUEST_TYPE === 'ADDRESS') {
|
|
|
|
|
this.cs.openProfile('address');
|
|
|
|
|
} else if (menuEntry.REQUEST_TYPE === 'ADDRESS' || menuEntry.REQUEST_TYPE === 'PHONE_NUMBERS') {
|
|
|
|
|
this.cs.openProfile('contact');
|
|
|
|
|
} else if (menuEntry.REQUEST_TYPE === 'CONTACT') {
|
|
|
|
|
this.cs.openProfile('family');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (menuEntry.REQUEST_TYPE === 'PAYSLIP') {
|
|
|
|
|
this.cs.openPayslipPage();
|
|
|
|
|
}
|
|
|
|
|
|