[PR #2776] [CLOSED] fix: removes ability to have duplicate account names on front-end #4506

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2776
Author: @Tigatok
Created: 5/18/2024
Status: Closed

Base: masterHead: actual-316


📝 Commits (5)

  • 0eba229 fix: removes ability to have duplicate account names on front-end
  • 2d1a6cd Merge branch 'master' of github.com:actualbudget/actual into actual-316
  • 92097f0 fix: prevent duplicate names when editing an account name
  • 7a27a69 feat: prevents editing name to duplicate, quotes update
  • 6831a0c fix: fix state issue on error and update verbiage

📊 Changes

4 files changed (+86 additions, -15 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Account.jsx (+27 -7)
📝 packages/desktop-client/src/components/accounts/Header.jsx (+14 -0)
📝 packages/desktop-client/src/components/modals/CreateLocalAccountModal.tsx (+39 -8)
upcoming-release-notes/2776.md (+6 -0)

📄 Description

ref: https://github.com/actualbudget/actual/issues/316


🔄 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/2776 **Author:** [@Tigatok](https://github.com/Tigatok) **Created:** 5/18/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `actual-316` --- ### 📝 Commits (5) - [`0eba229`](https://github.com/actualbudget/actual/commit/0eba229d9e44e515f989a6effc350e0f869b0a57) fix: removes ability to have duplicate account names on front-end - [`2d1a6cd`](https://github.com/actualbudget/actual/commit/2d1a6cdf120f048e0ab78c8512117cce179c50ba) Merge branch 'master' of github.com:actualbudget/actual into actual-316 - [`92097f0`](https://github.com/actualbudget/actual/commit/92097f09bac7b37069915a5d949f84b504298e11) fix: prevent duplicate names when editing an account name - [`7a27a69`](https://github.com/actualbudget/actual/commit/7a27a696a9585183a2e3e1131275f0d617e4f306) feat: prevents editing name to duplicate, quotes update - [`6831a0c`](https://github.com/actualbudget/actual/commit/6831a0c4f3a2537f9ac8b107b004c00263456c36) fix: fix state issue on error and update verbiage ### 📊 Changes **4 files changed** (+86 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Account.jsx` (+27 -7) 📝 `packages/desktop-client/src/components/accounts/Header.jsx` (+14 -0) 📝 `packages/desktop-client/src/components/modals/CreateLocalAccountModal.tsx` (+39 -8) ➕ `upcoming-release-notes/2776.md` (+6 -0) </details> ### 📄 Description ref: https://github.com/actualbudget/actual/issues/316 <!-- 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 --> --- <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:56:46 -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#4506