fixed moe issues

MOE_MAIN-COLOR_CHANGES
umasoodch 3 years ago
parent b4cbc6b82b
commit c3df6ade78

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<widget id="com.moenergy.khadmaty2" version="1.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <widget id="com.moenergy.khadmaty2" version="1.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>خدماتي</name> <name>خدماتي</name>
<description>An app created by cloud Solutions</description> <description>An app created by cloud Solutions</description>
<author email="eservicescs@cloudsolution-sa.com" href="http://cloudsolution-sa.com">Cloud Solutions</author> <author email="eservicescs@cloudsolution-sa.com" href="http://cloudsolution-sa.com">Cloud Solutions</author>

@ -532,6 +532,8 @@ export class HomePage implements OnInit {
this.missingSwipeRequestObject = result.GetMenuEntriesList[i]; this.missingSwipeRequestObject = result.GetMenuEntriesList[i];
} else if (result.GetMenuEntriesList[i].FUNCTION_NAME == 'XXX_HR_EIT_BUSINESS_MISSION_SS') { } else if (result.GetMenuEntriesList[i].FUNCTION_NAME == 'XXX_HR_EIT_BUSINESS_MISSION_SS') {
this.businessLeaveRequestObject = result.GetMenuEntriesList[i]; this.businessLeaveRequestObject = result.GetMenuEntriesList[i];
} else if (result.GetMenuEntriesList[i].FUNCTION_NAME == 'MBL_PERFORMANCE_MANAGEMENT' && result.GetMenuEntriesList[i].REQUEST_TYPE == 'PMS') {
result.GetMenuEntriesList.splice(i, 1);
} }
} }
this.sortMenuEntires(result.GetMenuEntriesList); this.sortMenuEntires(result.GetMenuEntriesList);

@ -64,7 +64,7 @@
<span [ngClass]="direction == 'en' ? 'btnTitle' : 'btnTitle_ar'">{{ts.trPK('myTeam','profile-details')}}</span> <span [ngClass]="direction == 'en' ? 'btnTitle' : 'btnTitle_ar'">{{ts.trPK('myTeam','profile-details')}}</span>
</ion-col> </ion-col>
</ion-col> </ion-col>
<ion-col [size]="4" style="pointer-events: none; opacity: 0.3" (click)="getMenuEntries(employee)"> <ion-col [size]="4" (click)="getMenuEntries(employee)">
<ion-col> <ion-col>
<ion-segment-button <ion-segment-button
value="create-request" value="create-request"

Loading…
Cancel
Save