[PR #4360] [MERGED] 🐛 fix category is nothing rule crashing spending report widget #138839

Closed
opened 2026-06-19 05:08:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4360
Author: @MatissJanis
Created: 2/11/2025
Status: Merged
Merged: 2/12/2025
Merged by: @MatissJanis

Base: masterHead: matiss/fix-4351


📝 Commits (2)

  • 86d1e21 🐛 fix category is nothing rule crashing spending report widget
  • 4f01917 oops

📊 Changes

5 files changed (+18 additions, -4 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/spreadsheets/spending-spreadsheet.ts (+1 -0)
📝 packages/loot-core/src/server/accounts/transaction-rules.ts (+5 -2)
📝 packages/loot-core/src/server/main.ts (+5 -2)
📝 packages/loot-core/src/types/server-handlers.d.ts (+1 -0)
upcoming-release-notes/4360.md (+6 -0)

📄 Description

Closes #4351

Repro:

  1. open spending analysis report
  2. apply "category is (nothing)" filter
  3. the page should NOT show any errors

🔄 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/4360 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 2/11/2025 **Status:** ✅ Merged **Merged:** 2/12/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/fix-4351` --- ### 📝 Commits (2) - [`86d1e21`](https://github.com/actualbudget/actual/commit/86d1e21ab268e3e81c8c5b1c0bd6c86da8b211e7) :bug: fix category is nothing rule crashing spending report widget - [`4f01917`](https://github.com/actualbudget/actual/commit/4f0191764a8d7c90550efd7a5ce670ce61b50164) oops ### 📊 Changes **5 files changed** (+18 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/spreadsheets/spending-spreadsheet.ts` (+1 -0) 📝 `packages/loot-core/src/server/accounts/transaction-rules.ts` (+5 -2) 📝 `packages/loot-core/src/server/main.ts` (+5 -2) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+1 -0) ➕ `upcoming-release-notes/4360.md` (+6 -0) </details> ### 📄 Description Closes #4351 Repro: 1. open spending analysis report 2. apply "category is (nothing)" filter 3. the page should NOT show any errors --- <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-06-19 05:08:27 -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#138839