[PR #1976] [MERGED] Fix bug in rule transaction apply preventing amount overrides #4053

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1976
Author: @jfdoming
Created: 11/26/2023
Status: Merged
Merged: 11/26/2023
Merged by: @MatissJanis

Base: masterHead: jfdoming/rule-transaction-apply-bug


📝 Commits (4)

  • e935e6c Fix bug in rule transaction apply preventing amount overrides
  • 9d5e45f Merge branch 'master' into jfdoming/rule-transaction-apply-bug
  • 9a2f354 Add release notes
  • 6bdc808 Wrong name

📊 Changes

2 files changed (+7 additions, -1 deletions)

View changed files

📝 packages/desktop-client/src/components/modals/EditRule.js (+1 -1)
upcoming-release-notes/1976.md (+6 -0)

📄 Description

We weren't converting actions to the correct type before applying them, resulting in "string cannot be converted to number" errors.

To reproduce: Create a new rule, set the action to "amount", enter an amount, then select some transactions and hit apply.

image

🔄 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/1976 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 11/26/2023 **Status:** ✅ Merged **Merged:** 11/26/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `jfdoming/rule-transaction-apply-bug` --- ### 📝 Commits (4) - [`e935e6c`](https://github.com/actualbudget/actual/commit/e935e6c452d61422df3e7c5206dc20c7529c58af) Fix bug in rule transaction apply preventing amount overrides - [`9d5e45f`](https://github.com/actualbudget/actual/commit/9d5e45fb3dacf386b9d50e673b751712f59b357f) Merge branch 'master' into jfdoming/rule-transaction-apply-bug - [`9a2f354`](https://github.com/actualbudget/actual/commit/9a2f35433015f13a8a25c568ea804b1d32930267) Add release notes - [`6bdc808`](https://github.com/actualbudget/actual/commit/6bdc808e11db9a94d5e8a732c5ec88d2f79efee7) Wrong name ### 📊 Changes **2 files changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/modals/EditRule.js` (+1 -1) ➕ `upcoming-release-notes/1976.md` (+6 -0) </details> ### 📄 Description We weren't converting actions to the correct type before applying them, resulting in "string cannot be converted to number" errors. To reproduce: Create a new rule, set the action to "amount", enter an amount, then select some transactions and hit apply. <img width="636" alt="image" src="https://github.com/actualbudget/actual/assets/9922514/a0e746e1-1c5a-417e-b96c-7b617281f3f5"> --- <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 20:50: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#4053