Apr 11
Category Deletion - minor issue
I selected a category and deleted it. In doing so I nominated another category to move all the transactions to.However, an ongoing scheduled transaction did not update to the new category. It continued to show the old (now deleted) category
Completed
Thanks for the heads up — dug into this and it's a UI cache issue. The server actually moved the transaction to the new category correctly; the transactions list was just showing stale data. A hard refresh (Cmd+Shift+R on Mac / Ctrl+Shift+R on Windows) should show the right category. While I was in there, I found a separate bug that'll hit you on this one specifically: because it's a recurring transaction, the reassign only moved the current upcoming occurrence — it didn't update the recurring template behind it. So when the next occurrence gets generated, it'll come through as Uncategorized. When the next scheduled one shows up Uncategorized, just click the normal Edit on it (not "Edit recurring" — that one's only for frequency/schedule stuff) and set the category. That sync goes back to the template now, so every occurrence after that will use the right category automatically. Both bugs will be properly fixed in the next release — sorry for the noise!