[PR #3239] [MERGED] Fix transfer category in temporary transactions #4752

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3239
Author: @jfdoming
Created: 8/12/2024
Status: Merged
Merged: 8/13/2024
Merged by: @jfdoming

Base: masterHead: jfdoming/fix-transfer-category-in-temporary-transactions


📝 Commits (3)

  • a6ac985 Fix transfer category in temporary transactions
  • ef42bba Add visual regression tests to prevent this issue in the future
  • ff8350b Add release notes

📊 Changes

10 files changed (+57 additions, -6 deletions)

View changed files

📝 packages/desktop-client/e2e/page-models/account-page.js (+24 -3)
📝 packages/desktop-client/e2e/transactions.test.js (+22 -0)
packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-creates-a-transfer-test-transaction-1-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-creates-a-transfer-test-transaction-2-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-creates-a-transfer-test-transaction-3-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-creates-a-transfer-test-transaction-4-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-creates-a-transfer-test-transaction-5-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-creates-a-transfer-test-transaction-6-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.jsx (+5 -3)
upcoming-release-notes/3239.md (+6 -0)

📄 Description

As it says on the tin, this was broken by a previous refactor. Added a VRT to prevent this in the future.

Closes #3201


🔄 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/3239 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 8/12/2024 **Status:** ✅ Merged **Merged:** 8/13/2024 **Merged by:** [@jfdoming](https://github.com/jfdoming) **Base:** `master` ← **Head:** `jfdoming/fix-transfer-category-in-temporary-transactions` --- ### 📝 Commits (3) - [`a6ac985`](https://github.com/actualbudget/actual/commit/a6ac9850a89d7bd5272c8cfa104344424dc86bf3) Fix transfer category in temporary transactions - [`ef42bba`](https://github.com/actualbudget/actual/commit/ef42bba2687148c65e63d24dc2e6d481ca8f1e1e) Add visual regression tests to prevent this issue in the future - [`ff8350b`](https://github.com/actualbudget/actual/commit/ff8350bf28e2bdd41483b3262d484f32cfce0bf8) Add release notes ### 📊 Changes **10 files changed** (+57 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/page-models/account-page.js` (+24 -3) 📝 `packages/desktop-client/e2e/transactions.test.js` (+22 -0) ➕ `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-creates-a-transfer-test-transaction-1-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-creates-a-transfer-test-transaction-2-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-creates-a-transfer-test-transaction-3-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-creates-a-transfer-test-transaction-4-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-creates-a-transfer-test-transaction-5-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-creates-a-transfer-test-transaction-6-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.jsx` (+5 -3) ➕ `upcoming-release-notes/3239.md` (+6 -0) </details> ### 📄 Description As it says on the tin, this was broken by a previous refactor. Added a VRT to prevent this in the future. Closes #3201 --- <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:00:44 -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#4752