Browse Source

Feature/remove account column from activities table of account detail dialog (#5559)

* Remove account column of activities table

* Update changelog
pull/5509/head^2
Thomas Kaul 2 days ago
committed by GitHub
parent
commit
010b1e9b03
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 1
      apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html

1
CHANGELOG.md

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Hid the account column from the activities table of the account detail dialog to avoid redundant information
- Renamed the show access token dialog component to user account registration dialog component
- Refreshed the cryptocurrencies list
- Upgraded `countup.js` from version `2.8.2` to `2.9.0`

1
apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html

@ -126,6 +126,7 @@
[hasPermissionToFilter]="false"
[hasPermissionToOpenDetails]="false"
[locale]="user?.settings?.locale"
[showAccountColumn]="false"
[showActions]="
!data.hasImpersonationId &&
data.hasPermissionToCreateActivity &&

Loading…
Cancel
Save