From 04a1007301206d79fbcd1a6cce3ab34ed4c1a26a Mon Sep 17 00:00:00 2001 From: Mohamed Mekawy Date: Tue, 7 Apr 2020 17:40:27 +0300 Subject: [PATCH] handle prod build --- .../work-list-replacement-roll.component.html | 12 ++++++------ .../work-list-replacement-roll.component.ts | 2 +- .../work-list-rfc/work-list-rfc.component.ts | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.html b/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.html index 628eb276..74d460f2 100644 --- a/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.html +++ b/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.html @@ -56,11 +56,11 @@
- {{"replacementRoll, question" | translate}} : + {{"replacementRoll, question" | translate}} : {{pQuestion}} ? - {{"replacementRoll, answer" | translate}} + {{"replacementRoll, answer" | translate}} - {{"replacementRoll, enterNote" | translate}} + {{"replacementRoll, enterNote" | translate}} @@ -148,11 +148,11 @@
- {{"replacementRoll, question" | translate}} : + {{"replacementRoll, question" | translate}} : {{pQuestion}} ? - {{"replacementRoll, answer" | translate}} + {{"replacementRoll, answer" | translate}} - {{"replacementRoll, enterNote" | translate}} + {{"replacementRoll, enterNote" | translate}} diff --git a/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.ts b/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.ts index a86f32cd..5cd1e9e5 100644 --- a/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.ts +++ b/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.ts @@ -43,7 +43,7 @@ export class WorkListReplacementRollComponent implements OnInit { messageSuccess: boolean =false; public direction: string; P_RESPOND_ATTRIBUTES_TBL: any[]; - constructor(public worklistService: WorklistService, private cs: CommonService, private ts: TranslatorService, public workListMainService: WorklistMainService, public modalCtrl: ModalController) { + constructor(public worklistService: WorklistService, private cs: CommonService, public ts: TranslatorService, public workListMainService: WorklistMainService, public modalCtrl: ModalController) { this.P_PAGE_NUM = 1; this.P_PAGE_LIMIT = 50; this.getPassActionMode = this.cs.sharedService.getSharedData('passActionMode', false); diff --git a/Mohem/src/app/notification/work-list-rfc/work-list-rfc.component.ts b/Mohem/src/app/notification/work-list-rfc/work-list-rfc.component.ts index bf04ab9d..1bacb0b4 100644 --- a/Mohem/src/app/notification/work-list-rfc/work-list-rfc.component.ts +++ b/Mohem/src/app/notification/work-list-rfc/work-list-rfc.component.ts @@ -36,7 +36,7 @@ export class WorkListRfcComponent implements OnInit { constructor( public worklistService: WorklistService, private cs: CommonService, - private ts: TranslatorService, + public ts: TranslatorService, public workListMainService: WorklistMainService, public modalCtrl: ModalController ) {