Thomas Kaul
2 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html
|
|
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Added the missing currency suffix to the cash balance field in the create or update account dialog |
|
|
|
- Fixed the delete button in the asset profile details dialog of the admin control panel by providing the missing `watchedByCount` parameter |
|
|
|
|
|
|
|
## 2.224.2 - 2025-12-20 |
|
|
|
|
|
|
|
@ -39,7 +39,7 @@ |
|
|
|
(keydown.enter)="$event.stopPropagation()" |
|
|
|
/> |
|
|
|
<span class="ml-2" matTextSuffix>{{ |
|
|
|
accountForm.get('currency')?.value?.value |
|
|
|
accountForm.get('currency')?.value |
|
|
|
}}</span> |
|
|
|
</mat-form-field> |
|
|
|
</div> |
|
|
|
|