[PR #5811] [MERGED] Fix automations not saving on modal close #6137

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5811
Author: @jfdoming
Created: 9/29/2025
Status: Merged
Merged: 11/8/2025
Merged by: @jfdoming

Base: masterHead: jfdoming/fix-automations-not-saving


📝 Commits (6)

📊 Changes

5 files changed (+55 additions, -13 deletions)

View changed files

📝 eslint.config.mjs (+1 -1)
📝 packages/desktop-client/src/components/budget/goals/BudgetAutomation.tsx (+11 -11)
📝 packages/desktop-client/src/components/modals/BudgetAutomationsModal.tsx (+13 -1)
packages/desktop-client/src/hooks/useEffectAfterMount.ts (+24 -0)
upcoming-release-notes/5811.md (+6 -0)

📄 Description

Working on another related feature, noticed saving automations was no longer working. This PR fixes it by ensuring state propagates from individual automation reducers to global modal state.


🔄 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/5811 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 9/29/2025 **Status:** ✅ Merged **Merged:** 11/8/2025 **Merged by:** [@jfdoming](https://github.com/jfdoming) **Base:** `master` ← **Head:** `jfdoming/fix-automations-not-saving` --- ### 📝 Commits (6) - [`1eb93d4`](https://github.com/actualbudget/actual/commit/1eb93d4a65a4719165160b32c28842f3a182ac48) Fix automations not saving on modal close - [`8c186a6`](https://github.com/actualbudget/actual/commit/8c186a64f10e933d3f5198dc2c3f19d86d05bd8f) Add release notes - [`d921fac`](https://github.com/actualbudget/actual/commit/d921facbbe8b88466aaa51d56d90b2f6b3909a38) CodeRabbit feedback - [`dd03669`](https://github.com/actualbudget/actual/commit/dd036699c519335834f9675a03932d3a7a29740f) Fix - [`41f8712`](https://github.com/actualbudget/actual/commit/41f8712fce2a6e9d6f446a7249dc4163c6efb048) PR feedback - [`6a0277c`](https://github.com/actualbudget/actual/commit/6a0277c40a3428b15f65a86c371ea9c5d25fea3f) Revert unnecessary change ### 📊 Changes **5 files changed** (+55 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `eslint.config.mjs` (+1 -1) 📝 `packages/desktop-client/src/components/budget/goals/BudgetAutomation.tsx` (+11 -11) 📝 `packages/desktop-client/src/components/modals/BudgetAutomationsModal.tsx` (+13 -1) ➕ `packages/desktop-client/src/hooks/useEffectAfterMount.ts` (+24 -0) ➕ `upcoming-release-notes/5811.md` (+6 -0) </details> ### 📄 Description Working on another related feature, noticed saving automations was no longer working. This PR fixes it by ensuring state propagates from individual automation reducers to global modal state. --- <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:24: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#6137