From bbbcf6d287b8ff576dfe3f8484f20ba223435b22 Mon Sep 17 00:00:00 2001 From: Birendra Date: Mon, 17 Jan 2022 14:46:20 +0530 Subject: [PATCH] Client admin issue fixed --- 400-SOURCECODE/Admin/src/app/components/Reports/sitelicenseusagereport.component.ts | 3 ++- 400-SOURCECODE/Admin/src/app/components/Reports/usagereport.component.ts | 3 ++- 400-SOURCECODE/Admin/src/app/components/UserEntity/users.component.ts | 3 ++- 400-SOURCECODE/Admin/src/app/shared/Pager/pager.component.html | 12 ++++++------ 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/400-SOURCECODE/Admin/src/app/components/Reports/sitelicenseusagereport.component.ts b/400-SOURCECODE/Admin/src/app/components/Reports/sitelicenseusagereport.component.ts index a59e83f..104405b 100644 --- a/400-SOURCECODE/Admin/src/app/components/Reports/sitelicenseusagereport.component.ts +++ b/400-SOURCECODE/Admin/src/app/components/Reports/sitelicenseusagereport.component.ts @@ -104,7 +104,8 @@ export class SiteLicenseUsageReport implements OnInit { iLoginTypeId:[0] }); if (this.global.UserTypeName == "Client Admin" || this.global.UserTypeName == "District Admin") { - this.SiteLicenseUsageReportForm.controls['sAccountNumber'].setValue(this.global.AccountNumber) + this.SiteLicenseUsageReportForm.controls['sAccountNumber'].setValue(this.global.AccountNumber); + this.SearchField.sAccountNumber=this.global.AccountNumber; this.DisableAccountNumberControl = true; } this.GetEdition(); diff --git a/400-SOURCECODE/Admin/src/app/components/Reports/usagereport.component.ts b/400-SOURCECODE/Admin/src/app/components/Reports/usagereport.component.ts index 503752e..1126d7a 100644 --- a/400-SOURCECODE/Admin/src/app/components/Reports/usagereport.component.ts +++ b/400-SOURCECODE/Admin/src/app/components/Reports/usagereport.component.ts @@ -112,7 +112,8 @@ export class UsageReport implements OnInit, AfterViewChecked { iCountry: [0] }); if (this.global.UserTypeName == "Client Admin" || this.global.UserTypeName == "District Admin") { - this.UsageReportForm.controls['sAccountNumber'].setValue(this.global.AccountNumber) + this.UsageReportForm.controls['sAccountNumber'].setValue(this.global.AccountNumber); + this.SearchField.sAccountNumber=this.global.AccountNumber; this.DisableAccountNumberControl = true; } this.alerts = ''; diff --git a/400-SOURCECODE/Admin/src/app/components/UserEntity/users.component.ts b/400-SOURCECODE/Admin/src/app/components/UserEntity/users.component.ts index 157674d..8b584b0 100644 --- a/400-SOURCECODE/Admin/src/app/components/UserEntity/users.component.ts +++ b/400-SOURCECODE/Admin/src/app/components/UserEntity/users.component.ts @@ -156,7 +156,8 @@ export class UsersList implements OnInit, AfterViewChecked { { if(this.global.AccountNumber !=undefined && this.global.AccountNumber !="") { - this.Users.controls['AccountNumber'].setValue(this.global.AccountNumber) + this.Users.controls['AccountNumber'].setValue(this.global.AccountNumber); + this.SearchField.AccountNumber=this.global.AccountNumber; this.DisableAccountNumberControl = true; } diff --git a/400-SOURCECODE/Admin/src/app/shared/Pager/pager.component.html b/400-SOURCECODE/Admin/src/app/shared/Pager/pager.component.html index 74ae07c..593006a 100644 --- a/400-SOURCECODE/Admin/src/app/shared/Pager/pager.component.html +++ b/400-SOURCECODE/Admin/src/app/shared/Pager/pager.component.html @@ -1,5 +1,5 @@
-
+
@@ -12,7 +12,7 @@
-
+
-
-
+
+
-
-
+
+
-- libgit2 0.21.4