Browse Source

Refactoring

pull/6698/head
Thomas Kaul 2 months ago
parent
commit
75fa4555dd
  1. 6
      apps/client/src/app/components/account-detail-dialog/account-detail-dialog.component.ts

6
apps/client/src/app/components/account-detail-dialog/account-detail-dialog.component.ts

@ -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)

Loading…
Cancel
Save