[PR #4222] [MERGED] 🐛 [Goals]: Fix notifications not showing for single category template applications #5269

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4222
Author: @youngcw
Created: 1/22/2025
Status: Merged
Merged: 1/23/2025
Merged by: @youngcw

Base: masterHead: youngcw/fix-single-template-notif


📝 Commits (10+)

📊 Changes

8 files changed (+16 additions, -6 deletions)

View changed files

📝 packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Envelope-applies-budget-template-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Envelope-applies-budget-template-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Envelope-applies-budget-template-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Tracking-applies-budget-template-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Tracking-applies-budget-template-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Tracking-applies-budget-template-3-chromium-linux.png (+0 -0)
📝 packages/loot-core/src/client/queries/queriesSlice.ts (+10 -6)
upcoming-release-notes/4222.md (+6 -0)

📄 Description

The template notifications weren't showing when applying single categories of templates.

To test:

  1. Make a template in a category
  2. Use the apply template option in the budget field drop down
  3. See that in edge there is no notification, but this PR has the notification.

Fixes #4215
Accidentally based on #4216, so that should be merged first.


🔄 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/4222 **Author:** [@youngcw](https://github.com/youngcw) **Created:** 1/22/2025 **Status:** ✅ Merged **Merged:** 1/23/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `youngcw/fix-single-template-notif` --- ### 📝 Commits (10+) - [`5456ae2`](https://github.com/actualbudget/actual/commit/5456ae2dc908645ca2effd0ac5e99e5546cef503) show broken transfers - [`f8f0cb9`](https://github.com/actualbudget/actual/commit/f8f0cb9f93840f8ff28ed86edda4880629dc4dce) more detail - [`b3555cc`](https://github.com/actualbudget/actual/commit/b3555ccdd227e7058173d9f8999556542fcdd36f) feat: add step to fix splits for fixing transfers with categories that should not be there - [`8e11f71`](https://github.com/actualbudget/actual/commit/8e11f7160905a97f6091b141ae3ec2dc239bc62d) reword - [`f68bcdd`](https://github.com/actualbudget/actual/commit/f68bcdd014559d608674046fc86e0079ccd14b80) update the setting - [`b2d7bb4`](https://github.com/actualbudget/actual/commit/b2d7bb4a97a2ef882d827883808d7894e2354971) note - [`16d21f3`](https://github.com/actualbudget/actual/commit/16d21f3bd6c7931b657c25001515b23f4e3d595a) lint - [`3f4d4a6`](https://github.com/actualbudget/actual/commit/3f4d4a66a06557d9a36fd3e8ce261018ca8097ba) typo - [`f6c17ea`](https://github.com/actualbudget/actual/commit/f6c17ea36e6cbf39a380c9938f54017d8d3d8674) another misspelling - [`cc88bf8`](https://github.com/actualbudget/actual/commit/cc88bf8e644b2b595fcd09751971e580e55e74cb) Merge branch 'master' into youngcw/show_broken_categories ### 📊 Changes **8 files changed** (+16 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Envelope-applies-budget-template-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Envelope-applies-budget-template-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Envelope-applies-budget-template-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Tracking-applies-budget-template-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Tracking-applies-budget-template-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Tracking-applies-budget-template-3-chromium-linux.png` (+0 -0) 📝 `packages/loot-core/src/client/queries/queriesSlice.ts` (+10 -6) ➕ `upcoming-release-notes/4222.md` (+6 -0) </details> ### 📄 Description The template notifications weren't showing when applying single categories of templates. To test: 1. Make a template in a category 2. Use the apply template option in the budget field drop down 3. See that in edge there is no notification, but this PR has the notification. Fixes #4215 Accidentally based on #4216, so that should be merged first. --- <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:28 -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#5269