From ae4d0171260aa9e8b9708c0e245d6fcd9b15c898 Mon Sep 17 00:00:00 2001 From: umasoodch Date: Sat, 8 May 2021 12:13:37 +0300 Subject: [PATCH] increases version id for mohemm CS --- Mohem/src/app/authentication/login/login.component.ts | 2 +- .../services/authentication/authentication.service.ts | 2 +- .../work-list-main-itg/work-list-main-itg.component.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Mohem/src/app/authentication/login/login.component.ts b/Mohem/src/app/authentication/login/login.component.ts index eadc6411..7f3c4e89 100644 --- a/Mohem/src/app/authentication/login/login.component.ts +++ b/Mohem/src/app/authentication/login/login.component.ts @@ -100,7 +100,7 @@ export class LoginComponent implements OnInit, OnDestroy { getlastlogin: any; public keyboardOpened = false; private checkUserResult: CheckUserAuthenticationResponse; - private inputType = "password"; + public inputType = "password"; ngOnInit() { this.monitorKeyboardChange(); diff --git a/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts b/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts index 688377e5..9d0a6ec5 100644 --- a/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts +++ b/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts @@ -133,7 +133,7 @@ export class AuthenticationService { }else{ mobileType = 'android'; } - request.VersionID = 2.8; + request.VersionID = 2.9; request.Channel = 31; request.LanguageID = TranslatorService.getCurrentLanguageCode(); request.MobileType = mobileType; diff --git a/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.ts b/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.ts index e863feae..fd126539 100644 --- a/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.ts +++ b/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.ts @@ -59,7 +59,7 @@ export class WorkListMainItgComponent implements OnInit { direction: string; defaultSegment = ''; public slideIndex = 0; - private messageSuccess = false; + public messageSuccess = false; constructor( public common: CommonService, public ts: TranslatorService,