[PR #2475] [MERGED] Fix error when viewing uncategorized transactions when there are upcoming scheduled transactions. #30245

Closed
opened 2026-04-18 06:39:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2475
Author: @psybers
Created: 3/17/2024
Status: Merged
Merged: 3/21/2024
Merged by: @youngcw

Base: masterHead: issue2454


📝 Commits (3)

  • 99b2fbd fix: Error when opening uncategorized transactions page
  • 046f369 add release note
  • 1274b6f fix linter warning

📊 Changes

2 files changed (+13 additions, -3 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Account.jsx (+7 -3)
upcoming-release-notes/2475.md (+6 -0)

📄 Description

This fixes #2454 so that when viewing uncategorized transactions, it does not attempt to show any upcoming scheduled transactions. The error message goes away, and no upcoming transactions are shown.


🔄 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/2475 **Author:** [@psybers](https://github.com/psybers) **Created:** 3/17/2024 **Status:** ✅ Merged **Merged:** 3/21/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `issue2454` --- ### 📝 Commits (3) - [`99b2fbd`](https://github.com/actualbudget/actual/commit/99b2fbd424c5d9b812dd0f7638677025c3bc5400) fix: Error when opening uncategorized transactions page - [`046f369`](https://github.com/actualbudget/actual/commit/046f36902315e04c4221bcdaaf7e7f210f415b5a) add release note - [`1274b6f`](https://github.com/actualbudget/actual/commit/1274b6f790940fc7ecc4450ba87432648dbe5f0c) fix linter warning ### 📊 Changes **2 files changed** (+13 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Account.jsx` (+7 -3) ➕ `upcoming-release-notes/2475.md` (+6 -0) </details> ### 📄 Description This fixes #2454 so that when viewing uncategorized transactions, it does not attempt to show any upcoming scheduled transactions. The error message goes away, and no upcoming transactions are shown. --- <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-04-18 06:39:14 -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#30245