[PR #5431] [WIP] Disallow the updating of transactions in a closed account which changes its balance #12986

Closed
opened 2026-04-10 21:44:07 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/actualbudget/actual/pull/5431

State: closed
Merged: No


This PR disallows the updating of transactions in closed accounts in ways it would affect its balance.

The changes are two-part. There is the enforcement on the API level to ensure this can't happen. Then there is the UI / UX to prevent the end-user from updating "attributes" of a transaction which may affect the balance of the account.

Currently I'm working under the assumption the primary ways this may happen is by updating the amount of a transaction or even updating the account which a transaction belongs to.


Fixes #5413

**Original Pull Request:** https://github.com/actualbudget/actual/pull/5431 **State:** closed **Merged:** No --- This PR disallows the updating of transactions in closed accounts in ways it would affect its balance. The changes are two-part. There is the enforcement on the API level to ensure this can't happen. Then there is the UI / UX to prevent the end-user from updating "attributes" of a transaction which may affect the balance of the account. Currently I'm working under the assumption the primary ways this may happen is by updating the amount of a transaction or even updating the account which a transaction belongs to. --- Fixes #5413
GiteaMirror added the pull-request label 2026-04-10 21:44:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#12986