[PR #2555] [MERGED] [Maintenance] Update TransactionEdit conponent onEdit function to use serialized transactions #18727

Closed
opened 2026-04-14 20:50:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2555
Author: @joel-jeremy
Created: 4/5/2024
Status: Merged
Merged: 4/6/2024
Merged by: @joel-jeremy

Base: masterHead: cleanup-transactionedit


📝 Commits (2)

  • fc0c44a [Maintenance] Update onEdit to use serialized transactions
  • 9c8e372 Release notes

📊 Changes

2 files changed (+25 additions, -47 deletions)

View changed files

📝 packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx (+19 -47)
upcoming-release-notes/2555.md (+6 -0)

📄 Description

Removed need to serialize transaction and remove the old comment saying we don't have access to serialized transactions. Also renamed some transaction variables to unserializedTransaction to avoid confusion with the other serialized transaction variables


🔄 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/2555 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 4/5/2024 **Status:** ✅ Merged **Merged:** 4/6/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `cleanup-transactionedit` --- ### 📝 Commits (2) - [`fc0c44a`](https://github.com/actualbudget/actual/commit/fc0c44a84feab91df136f3d123352711dc83aef1) [Maintenance] Update onEdit to use serialized transactions - [`9c8e372`](https://github.com/actualbudget/actual/commit/9c8e372a587dad1f1dbea8026988abd58f510fad) Release notes ### 📊 Changes **2 files changed** (+25 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx` (+19 -47) ➕ `upcoming-release-notes/2555.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 --> Removed need to serialize transaction and remove the old comment saying we don't have access to serialized transactions. Also renamed some `transaction` variables to `unserializedTransaction` to avoid confusion with the other serialized `transaction` variables --- <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-14 20:50:43 -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#18727