[PR #902] [MERGED] Fixes Issue 495 Transfer allowed from same account #3398

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/902
Author: @biohzrddd
Created: 4/15/2023
Status: Merged
Merged: 4/16/2023
Merged by: @j-f1

Base: masterHead: issue-495


📝 Commits (6)

📊 Changes

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

View changed files

📝 packages/desktop-client/src/components/accounts/TransactionsTable.js (+5 -0)
📝 packages/desktop-client/src/components/autocomplete/NewPayeeAutocomplete.js (+2 -5)
upcoming-release-notes/902.md (+6 -0)

📄 Description

Fixes issue #495. Possibly found a bug as well... using the cached accounts and payees meant they weren't used from the calling function, which prevented the use of my filtered list of accounts.


🔄 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/902 **Author:** [@biohzrddd](https://github.com/biohzrddd) **Created:** 4/15/2023 **Status:** ✅ Merged **Merged:** 4/16/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `issue-495` --- ### 📝 Commits (6) - [`1595083`](https://github.com/actualbudget/actual/commit/1595083b0728715ffe29e8a4faf4a4a93d43ee16) Filter current account from list of accounts - [`95954b3`](https://github.com/actualbudget/actual/commit/95954b3abbf424ac612607efc22696921e185f0a) Accounts weren't taken from props - [`43d9855`](https://github.com/actualbudget/actual/commit/43d98556f763aa83c1743352e14e23fbac068dba) release notes - [`15bf484`](https://github.com/actualbudget/actual/commit/15bf484f9000ba5e407c341f0930172a5188133e) Update 902.md - [`2a07729`](https://github.com/actualbudget/actual/commit/2a07729877f44c4170e34854b2f0c957280df9bd) Update NewPayeeAutocomplete.js - [`1a223cb`](https://github.com/actualbudget/actual/commit/1a223cb219fc2a03a0262aebed5037356ef2db0e) Fix linting error ### 📊 Changes **3 files changed** (+13 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/TransactionsTable.js` (+5 -0) 📝 `packages/desktop-client/src/components/autocomplete/NewPayeeAutocomplete.js` (+2 -5) ➕ `upcoming-release-notes/902.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> Fixes issue #495. Possibly found a bug as well... using the cached accounts and payees meant they weren't used from the calling function, which prevented the use of my filtered list of accounts. --- <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:41:04 -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#3398