[PR #4225] [MERGED] Fix persistent split error popover #5272

Closed
opened 2026-02-28 21:09:33 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4225
Author: @matt-fidd
Created: 1/23/2025
Status: Merged
Merged: 1/27/2025
Merged by: @matt-fidd

Base: masterHead: fix-splits


📝 Commits (2)

  • 11af23e unset transaction error in db when no longer present
  • a4e9b1c note

📊 Changes

4 files changed (+11 additions, -8 deletions)

View changed files

📝 packages/desktop-client/src/components/transactions/TransactionsTable.test.tsx (+1 -1)
📝 packages/loot-core/src/shared/transactions.ts (+3 -6)
📝 packages/loot-core/src/types/models/transaction.d.ts (+1 -1)
upcoming-release-notes/4225.md (+6 -0)

📄 Description

Fixes https://github.com/actualbudget/actual/issues/4220

I'm not entirely sure this is the right fix, but it does work. The problem came because not passing an error object at all leaves the error field unchanged when the db is updated.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/4225 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 1/23/2025 **Status:** ✅ Merged **Merged:** 1/27/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `fix-splits` --- ### 📝 Commits (2) - [`11af23e`](https://github.com/actualbudget/actual/commit/11af23e031733b0ed5f7057ac14f0015af478d02) unset transaction error in db when no longer present - [`a4e9b1c`](https://github.com/actualbudget/actual/commit/a4e9b1cc612fd857978c37b8f03318580b0b0db6) note ### 📊 Changes **4 files changed** (+11 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.test.tsx` (+1 -1) 📝 `packages/loot-core/src/shared/transactions.ts` (+3 -6) 📝 `packages/loot-core/src/types/models/transaction.d.ts` (+1 -1) ➕ `upcoming-release-notes/4225.md` (+6 -0) </details> ### 📄 Description Fixes https://github.com/actualbudget/actual/issues/4220 I'm not entirely sure this is the right fix, but it does work. The problem came because not passing an error object at all leaves the error field unchanged when the db is updated. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 21:09:33 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5272