Browse Source
Bugfix/show symbols of activities in account detail dialog (#1105)
* Show symbols
* Update changelog
pull/1106/head^2
Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html
|
|
@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
- Added the savings rate to the investment timeline grouped by month |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Added the symbols to the activities in the account detail dialog |
|
|
|
|
|
|
|
## 1.174.0 - 27.07.2022 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
@ -50,7 +50,6 @@ |
|
|
|
[hasPermissionToOpenDetails]="false" |
|
|
|
[locale]="user?.settings?.locale" |
|
|
|
[showActions]="false" |
|
|
|
[showSymbolColumn]="false" |
|
|
|
(export)="onExport()" |
|
|
|
></gf-activities-table> |
|
|
|
</div> |
|
|
|