[PR #3149] [MERGED] 🐛 (rules) fix error handling #11763

Closed
opened 2026-04-10 21:09:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3149
Author: @MatissJanis
Created: 7/27/2024
Status: Merged
Merged: 7/29/2024
Merged by: @MatissJanis

Base: masterHead: matiss/fix-rule-error-handling


📝 Commits (3)

📊 Changes

11 files changed (+68 additions, -45 deletions)

View changed files

📝 packages/desktop-client/src/components/modals/CreateEncryptionKeyModal.tsx (+3 -3)
📝 packages/desktop-client/src/components/modals/EditRule.jsx (+13 -9)
📝 packages/desktop-client/src/components/modals/FixEncryptionKeyModal.tsx (+3 -3)
📝 packages/desktop-client/src/components/modals/GoCardlessInitialise.tsx (+3 -3)
📝 packages/desktop-client/src/components/modals/ImportTransactions.jsx (+3 -3)
📝 packages/desktop-client/src/components/modals/SimpleFinInitialise.tsx (+3 -3)
📝 packages/desktop-client/src/components/schedules/ScheduleDetails.jsx (+9 -7)
📝 packages/loot-core/src/server/accounts/rules.test.ts (+7 -0)
📝 packages/loot-core/src/server/accounts/rules.ts (+4 -0)
📝 packages/loot-core/src/server/rules/app.ts (+14 -14)
upcoming-release-notes/3149.md (+6 -0)

📄 Description

Closes #3139

Also patching some other modals. They would always close. Even if there were 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/3149 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 7/27/2024 **Status:** ✅ Merged **Merged:** 7/29/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/fix-rule-error-handling` --- ### 📝 Commits (3) - [`aadf3f4`](https://github.com/actualbudget/actual/commit/aadf3f49679c9b0714f9f4dac4c48af354eeda2d) :bug: (rules) fix error handling - [`b75e94d`](https://github.com/actualbudget/actual/commit/b75e94d76a09422d9f9eb8f11d58809225cd1cc7) Release notes - [`b7dca89`](https://github.com/actualbudget/actual/commit/b7dca89df3af23dc97dbe3f84642b252eddf921b) Patch more modal closing issues ### 📊 Changes **11 files changed** (+68 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/modals/CreateEncryptionKeyModal.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/modals/EditRule.jsx` (+13 -9) 📝 `packages/desktop-client/src/components/modals/FixEncryptionKeyModal.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/modals/GoCardlessInitialise.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/modals/ImportTransactions.jsx` (+3 -3) 📝 `packages/desktop-client/src/components/modals/SimpleFinInitialise.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/schedules/ScheduleDetails.jsx` (+9 -7) 📝 `packages/loot-core/src/server/accounts/rules.test.ts` (+7 -0) 📝 `packages/loot-core/src/server/accounts/rules.ts` (+4 -0) 📝 `packages/loot-core/src/server/rules/app.ts` (+14 -14) ➕ `upcoming-release-notes/3149.md` (+6 -0) </details> ### 📄 Description Closes #3139 Also patching some other modals. They would always close. Even if there were 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-04-10 21:09:52 -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#11763