Zerosum
Zerosum
Apr 25

Duplicating Transactions

After duplicating a transaction and editing the new entry the entry reverts back to the original duplicated amount.  It seems to work after I edit it a second time.
CompletedCompleted

Completed
changed status toCompleted·Apr 25, 2026
Apr 25, 2026

Hey James — that duplicate bug is fixed and deployed. Quick edits on a duplicated transaction should now stick instead of reverting. Give it another go when you get a chance and let me know if you hit anything else weird!

Apr 25, 2026

Hey James — confirmed the bug. It's an optimistic-update timing issue: when you duplicate, the new row appears instantly with a placeholder id. If you click Edit before the server's done creating it (~a second), the save tries to update an id that doesn't exist yet → that "No transaction found" message → revert to original. Second attempt works because by then the real id has landed. Patching now. Will let you know when it's out.

Progress
changed status toIn Progress·Apr 25, 2026
Apr 25, 2026

I just noticed that when it fails the message at the bottom says No transaction found.