From 566c1a0b8e0ad4a5133b207c22fab78e2a7ebd90 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 9 Jun 2026 15:14:12 +0200 Subject: [PATCH] Task/disable selection of future dates in account balance management (#7003) * Disable selection of future dates * Update changelog --- CHANGELOG.md | 1 + .../lib/account-balances/account-balances.component.html | 7 ++++++- .../src/lib/account-balances/account-balances.component.ts | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07002a2d1..c0d5dba4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Prefilled the form in the account balance management with the current cash balance +- Disabled the selection of future dates in the account balance management ## 3.8.0 - 2026-06-07 diff --git a/libs/ui/src/lib/account-balances/account-balances.component.html b/libs/ui/src/lib/account-balances/account-balances.component.html index 29037a985..ee1450435 100644 --- a/libs/ui/src/lib/account-balances/account-balances.component.html +++ b/libs/ui/src/lib/account-balances/account-balances.component.html @@ -16,7 +16,12 @@