|
|
@ -208,6 +208,12 @@ export class GfAccountDetailDialogComponent implements OnInit { |
|
|
this.dialogRef.close(); |
|
|
this.dialogRef.close(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public showValuesInPercentage() { |
|
|
|
|
|
return ( |
|
|
|
|
|
this.data.hasImpersonationId || this.user?.settings?.isRestrictedView |
|
|
|
|
|
); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
private fetchAccount() { |
|
|
private fetchAccount() { |
|
|
this.dataService |
|
|
this.dataService |
|
|
.fetchAccount(this.data.accountId) |
|
|
.fetchAccount(this.data.accountId) |
|
|
|