fixed sfh issues

NEW-SFH-2022
umasoodch 4 years ago
parent b408b60b0e
commit 4f08b3e03f

@ -41,6 +41,7 @@ import { NFC, Ndef } from "@ionic-native/nfc/ngx"
import { DigitalIdComponent } from '../authentication/digital-id/digital-id.component';
import { FirebaseX } from '@ionic-native/firebase-x/ngx';
import { BusinessCardComponent } from "src/app/authentication/business-card/business-card.component";
import { TerminationServiceService } from 'src/app/termination/service/termination-service.service';
@Component({
selector: 'app-home',
@ -723,6 +724,10 @@ export class HomePage implements OnInit {
'menuEntries'
);
this.common.openSITPage();
} else if (subMenu.FUNCTION_NAME == 'HR_TERM_SS' || subMenu.FUNCTION_NAME == 'HR_TERM_EMP_SS') {
this.common.sharedService.setSharedData(subMenu, TerminationServiceService.TERMINATION_PAGE);
this.common.openTermination();
}
if (subMenu.REQUEST_TYPE === 'TIME_CARD') {
this.common.openTimeCardPage();

@ -1,6 +1,6 @@
<app-generic-header
showBack="true"
subordinateLeave='true'
subordinateLeave='false'
backLink="/home"
[headerText]="'myTeam, myTeam-header' | translate">
</app-generic-header>

Loading…
Cancel
Save