From dc143716a54b9e62463eca797a843b9c7ed30648 Mon Sep 17 00:00:00 2001 From: umasoodch Date: Sun, 30 Oct 2022 11:21:44 +0300 Subject: [PATCH] fixed moe issues --- .../src/app/eit/confirm-add-eit/confirm-add-eit.component.html | 2 +- Mohem/src/app/eit/confirm-add-eit/confirm-add-eit.component.ts | 3 ++- .../performance-evaluation.component.html | 3 ++- .../performance-evaluation/performance-evaluation.component.ts | 1 - 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Mohem/src/app/eit/confirm-add-eit/confirm-add-eit.component.html b/Mohem/src/app/eit/confirm-add-eit/confirm-add-eit.component.html index 54434973..f32f7e30 100644 --- a/Mohem/src/app/eit/confirm-add-eit/confirm-add-eit.component.html +++ b/Mohem/src/app/eit/confirm-add-eit/confirm-add-eit.component.html @@ -18,7 +18,7 @@
{{'general, addAttach' | translate}} - * + *
diff --git a/Mohem/src/app/eit/confirm-add-eit/confirm-add-eit.component.ts b/Mohem/src/app/eit/confirm-add-eit/confirm-add-eit.component.ts index 268f326d..00f229df 100644 --- a/Mohem/src/app/eit/confirm-add-eit/confirm-add-eit.component.ts +++ b/Mohem/src/app/eit/confirm-add-eit/confirm-add-eit.component.ts @@ -63,6 +63,7 @@ export class ConfirmAddEitComponent implements OnInit { filterAllowedType: any = ['application/pdf', 'image/jpeg', 'image/png', 'text/plain', 'image/jpg', 'application/vnd.ms-excel', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet']; direction: string; isAttachment: string = 'N'; + isAttachmentGET_MENU: string = 'N'; constructor(public modalController: ModalController, public cs: CommonService, private ts: TranslatorService, private eitService: EitService) { this.direction = TranslatorService.getCurrentLanguageName() @@ -78,7 +79,7 @@ export class ConfirmAddEitComponent implements OnInit { this.respID = this.cs.sharedService.getSharedData(MenuResponse.SHARED_SEL_RESP_ID, false); this.eitRequest = this.cs.sharedService.getSharedData(EitRequest.SHARED_DATA, false); this.isResubmitEIT = this.cs.sharedService.getSharedData('confirmAddEITData', false).isResubmit; - // this.isAttachment = this.selMenu.GetMenuEntriesList.ATTACHMENT_REQUIRED; + this.isAttachmentGET_MENU = this.selMenu.GetMenuEntriesList.ATTACHMENT_REQUIRED; if (this.isResubmitEIT) { this.getPassNotificationDetails = this.cs.sharedService.getSharedData(EITNotificatonBodyResponse.NOT_WORKLIST, false); //WARINING ** // console.log("this.getPassNotificationDetails: " + this.getPassNotificationDetails); diff --git a/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.html b/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.html index d487b22e..571546d8 100644 --- a/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.html +++ b/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.html @@ -30,7 +30,8 @@
- + + diff --git a/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.ts b/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.ts index bbbc6700..276f5a02 100644 --- a/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.ts +++ b/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.ts @@ -112,7 +112,6 @@ export class PerformanceEvaluationComponent implements OnInit { } this.performanceData.push({ name: this.appraisalArr[i].APPRAISAL_YEAR, value: parseFloat(this.appraisalArr[i].APPRAISAL_SCORE)}); } - console.log('PerformanceAppraisalResponse'); this.cs.sharedService.setSharedData(this.performanceData, PerformanceAppraisalResponse.PERFORMANCE_DATA); this.cs.openPerformanceevaluation(); } else {