[PR #5735] [MERGED] Fix copy last month's budget including hidden categories #6086

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5735
Author: @mgibson-scottlogic
Created: 9/16/2025
Status: Merged
Merged: 9/16/2025
Merged by: @youngcw

Base: masterHead: hidden-category-budget-copy


📝 Commits (4)

  • c2d8607 Add check that category is not hidden before copying last months budget
  • a2e14aa Add release notes
  • b9d4ee3 Add check that group is also not hidden
  • 27d8893 Merge branch 'master' into hidden-category-budget-copy

📊 Changes

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

View changed files

📝 packages/loot-core/src/server/budget/actions.ts (+13 -3)
upcoming-release-notes/5735.md (+6 -0)

📄 Description

Fixes #5720

Update getBudgetData to include the 'hidden' state of a category.
Skip hidden categories when copying last months budget.


🔄 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/5735 **Author:** [@mgibson-scottlogic](https://github.com/mgibson-scottlogic) **Created:** 9/16/2025 **Status:** ✅ Merged **Merged:** 9/16/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `hidden-category-budget-copy` --- ### 📝 Commits (4) - [`c2d8607`](https://github.com/actualbudget/actual/commit/c2d86071c29e5cb63bf0afe2f34e5f86a2a94b93) Add check that category is not hidden before copying last months budget - [`a2e14aa`](https://github.com/actualbudget/actual/commit/a2e14aa18e0c6abc152aeffc026e37e0eedb2c83) Add release notes - [`b9d4ee3`](https://github.com/actualbudget/actual/commit/b9d4ee3c4e623eea9bbd3b2f176cf592a8271196) Add check that group is also not hidden - [`27d8893`](https://github.com/actualbudget/actual/commit/27d88935e540fb23307bf522840358cb4e264df1) Merge branch 'master' into hidden-category-budget-copy ### 📊 Changes **2 files changed** (+19 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/budget/actions.ts` (+13 -3) ➕ `upcoming-release-notes/5735.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> Fixes #5720 Update getBudgetData to include the 'hidden' state of a category. Skip hidden categories when copying last months budget. --- <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:23:43 -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#6086