From 412039badf7a79e272fa43b5e08522633bae44d6 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 29 Jul 2022 17:04:30 +0200 Subject: [PATCH] Bugfix/show symbols of activities in account detail dialog (#1105) * Show symbols * Update changelog --- CHANGELOG.md | 4 ++++ .../account-detail-dialog/account-detail-dialog.html | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b06f7870..8f5e598ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html b/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html index 150f74e74..7bccfee87 100644 --- a/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html +++ b/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html @@ -50,7 +50,6 @@ [hasPermissionToOpenDetails]="false" [locale]="user?.settings?.locale" [showActions]="false" - [showSymbolColumn]="false" (export)="onExport()" >