Skip to content

Commit

Permalink
Fix Issue #3662 - Distribute button calculates splits one at a time (#…
Browse files Browse the repository at this point in the history
…3728)

* Fix Issue #3662

* added md
  • Loading branch information
lelemm authored Oct 24, 2024
1 parent 5c94e38 commit 6af0dba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export function TransactionList({

const onSave = useCallback(async transaction => {
const changes = updateTransaction(transactionsLatest.current, transaction);
transactionsLatest.current = changes.data;

if (changes.diff.updated.length > 0) {
const dateChanged = !!changes.diff.updated[0].date;
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/3728.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [lelemm]
---

Fix Distribute button calculates splits one at a time.

0 comments on commit 6af0dba

Please sign in to comment.