[PR #4120] [MERGED] [Goals]: fix stacked templates #5195

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4120
Author: @youngcw
Created: 1/9/2025
Status: Merged
Merged: 1/13/2025
Merged by: @youngcw

Base: masterHead: youngcw/fix-stacked-templates-priorities


📝 Commits (2)

📊 Changes

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

View changed files

📝 packages/loot-core/src/server/budget/categoryTemplate.ts (+13 -9)
upcoming-release-notes/4120.md (+6 -0)

📄 Description

Bug discussed here https://discord.com/channels/937901803608096828/1326945284722524170

Multiple templates in a category/priority level would double/triple/etc count the amounts requested by the early templates causing the amount check to think it had overbudgeted and remove funds.


🔄 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/4120 **Author:** [@youngcw](https://github.com/youngcw) **Created:** 1/9/2025 **Status:** ✅ Merged **Merged:** 1/13/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `youngcw/fix-stacked-templates-priorities` --- ### 📝 Commits (2) - [`1d47ab0`](https://github.com/actualbudget/actual/commit/1d47ab090f33afb38953430a027ef70fd20f1655) fix stacked amounts - [`7cf6c79`](https://github.com/actualbudget/actual/commit/7cf6c79161150eda10fd13622acfc0f5c43dbb9c) note/lint ### 📊 Changes **2 files changed** (+19 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/budget/categoryTemplate.ts` (+13 -9) ➕ `upcoming-release-notes/4120.md` (+6 -0) </details> ### 📄 Description Bug discussed here https://discord.com/channels/937901803608096828/1326945284722524170 Multiple templates in a category/priority level would double/triple/etc count the amounts requested by the early templates causing the amount check to think it had overbudgeted and remove funds. --- <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:07:49 -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#5195