[PR #4914] [MERGED] Fix new transactions account notes not clearing #5659

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4914
Author: @alecbakholdin
Created: 5/2/2025
Status: Merged
Merged: 5/13/2025
Merged by: @alecbakholdin

Base: masterHead: fix-new-transactions-account-notes-not-clearing


📝 Commits (5)

  • c7455eb added history entry if history entry is null while entering Add Transaction widget
  • 28d8fb7 release notes
  • 637deda Update TransactionEdit.jsx
  • 6f1dd9d Update TransactionEdit.jsx
  • 3c6a74d Update TransactionEdit.jsx

📊 Changes

2 files changed (+13 additions, -0 deletions)

View changed files

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

📄 Description

When launching quick action for PWA, there is no history entry for the New Transaction page to go back to. The UX of that is

  1. the back button at the top left doesn't work
  2. the accounts and notes fields get stuck

Adding a history entry for this page solves that.

Closes #4794


🔄 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/4914 **Author:** [@alecbakholdin](https://github.com/alecbakholdin) **Created:** 5/2/2025 **Status:** ✅ Merged **Merged:** 5/13/2025 **Merged by:** [@alecbakholdin](https://github.com/alecbakholdin) **Base:** `master` ← **Head:** `fix-new-transactions-account-notes-not-clearing` --- ### 📝 Commits (5) - [`c7455eb`](https://github.com/actualbudget/actual/commit/c7455eb9fe00cf4c57b12d625c96a987b0988726) added history entry if history entry is null while entering Add Transaction widget - [`28d8fb7`](https://github.com/actualbudget/actual/commit/28d8fb7f2f153ab623b81e3a20139bf7094912e1) release notes - [`637deda`](https://github.com/actualbudget/actual/commit/637deda10b3687855c40c9968a585a689b930205) Update TransactionEdit.jsx - [`6f1dd9d`](https://github.com/actualbudget/actual/commit/6f1dd9d59079a7a2a153a0df3b33b562fbe539c0) Update TransactionEdit.jsx - [`3c6a74d`](https://github.com/actualbudget/actual/commit/3c6a74db43ce2aa3dbed9c7557b2507975f9b0df) Update TransactionEdit.jsx ### 📊 Changes **2 files changed** (+13 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx` (+7 -0) ➕ `upcoming-release-notes/4914.md` (+6 -0) </details> ### 📄 Description When launching quick action for PWA, there is no history entry for the New Transaction page to go back to. The UX of that is 1. the back button at the top left doesn't work 2. the accounts and notes fields get stuck Adding a history entry for this page solves that. Closes #4794 --- <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:16:14 -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#5659