[PR #620] [MERGED] Fixes editing closed account names issue #616 #10265

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/620
Author: @n1thun
Created: 2/3/2023
Status: Merged
Merged: 2/4/2023
Merged by: @j-f1

Base: masterHead: fix-removes-closed-title-mutation-issue


📝 Commits (3)

  • 728b11b Fixes editing closed account names issue #616
  • bc5bf73 Adds null, empty and whitespace checks
  • 71a53b4 Fix whitespacing issue

📊 Changes

1 file changed (+15 additions, -9 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Account.js (+15 -9)

📄 Description

This fix removes the mutation of the closed account name string and conditionally prefixes "Closed: " to closed account name title

fixes #616, fixes #622

https://user-images.githubusercontent.com/2892349/216729993-519bdde3-3e08-4a25-b58b-a4b1e7bc2050.mov


🔄 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/620 **Author:** [@n1thun](https://github.com/n1thun) **Created:** 2/3/2023 **Status:** ✅ Merged **Merged:** 2/4/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `fix-removes-closed-title-mutation-issue` --- ### 📝 Commits (3) - [`728b11b`](https://github.com/actualbudget/actual/commit/728b11b390105d791fae2d1ff8a528fc6eec7b94) Fixes editing closed account names issue #616 - [`bc5bf73`](https://github.com/actualbudget/actual/commit/bc5bf73839ba77baa7ad5d7573b3d1a398ad3483) Adds null, empty and whitespace checks - [`71a53b4`](https://github.com/actualbudget/actual/commit/71a53b4f5c2f78d886c33b5050e97e0781cc53bb) Fix whitespacing issue ### 📊 Changes **1 file changed** (+15 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Account.js` (+15 -9) </details> ### 📄 Description This fix removes the mutation of the closed account name string and conditionally prefixes "Closed: " to closed account name title fixes #616, fixes #622 https://user-images.githubusercontent.com/2892349/216729993-519bdde3-3e08-4a25-b58b-a4b1e7bc2050.mov --- <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-10 20:29:14 -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#10265