[PR #1833] [MERGED] Don't allow duplicate category names (per group) #29902

Closed
opened 2026-04-18 06:23:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1833
Author: @Shazib
Created: 10/28/2023
Status: Merged
Merged: 11/20/2023
Merged by: @youngcw

Base: masterHead: category-guard


📝 Commits (10+)

  • a141756 Remove author from electron package.json
  • 67159a6 Merge branch 'actualbudget:master' into master
  • d41aa86 Don't allow dupes in cat names (per group)
  • 7aaf7d4 Release Notes
  • ad293c8 Handle reorders and moves
  • 7700b45 Merge branch 'master' into category-guard
  • a7a8b02 Merge branch 'actualbudget:master' into master
  • 8b66d1c Merge remote-tracking branch 'parent/master'
  • 8a36c67 Merge branch 'master' into category-guard
  • 58623f8 Fix linter warnings

📊 Changes

3 files changed (+54 additions, -0 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/index.tsx (+37 -0)
📝 packages/loot-core/src/server/db/index.ts (+11 -0)
upcoming-release-notes/1833.md (+6 -0)

📄 Description

GUI Level check and a separate one at DB to catch API etc.


🔄 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/1833 **Author:** [@Shazib](https://github.com/Shazib) **Created:** 10/28/2023 **Status:** ✅ Merged **Merged:** 11/20/2023 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `category-guard` --- ### 📝 Commits (10+) - [`a141756`](https://github.com/actualbudget/actual/commit/a1417567080653b8908c3d9fedf3329d22d94263) Remove author from electron package.json - [`67159a6`](https://github.com/actualbudget/actual/commit/67159a6dbe4237ca3f20acb9f824424d0a93cf6a) Merge branch 'actualbudget:master' into master - [`d41aa86`](https://github.com/actualbudget/actual/commit/d41aa863e3d1705aef8924e978ec1bdebec55d95) Don't allow dupes in cat names (per group) - [`7aaf7d4`](https://github.com/actualbudget/actual/commit/7aaf7d4d7cd9c1e453844eb0e1c5901a1666b89f) Release Notes - [`ad293c8`](https://github.com/actualbudget/actual/commit/ad293c8316340a7e63b49329fc63acdceb305ea8) Handle reorders and moves - [`7700b45`](https://github.com/actualbudget/actual/commit/7700b459526745776a82fc831cf60315dfc848ee) Merge branch 'master' into category-guard - [`a7a8b02`](https://github.com/actualbudget/actual/commit/a7a8b02292855a380fcfeca1216b252f6f6003c3) Merge branch 'actualbudget:master' into master - [`8b66d1c`](https://github.com/actualbudget/actual/commit/8b66d1c598e6a7648061896d375a9c3769c875b3) Merge remote-tracking branch 'parent/master' - [`8a36c67`](https://github.com/actualbudget/actual/commit/8a36c675344c9f2bd624cbd2948ec0de25ea2500) Merge branch 'master' into category-guard - [`58623f8`](https://github.com/actualbudget/actual/commit/58623f827428baa755de3d0fa266f972bd38327f) Fix linter warnings ### 📊 Changes **3 files changed** (+54 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/index.tsx` (+37 -0) 📝 `packages/loot-core/src/server/db/index.ts` (+11 -0) ➕ `upcoming-release-notes/1833.md` (+6 -0) </details> ### 📄 Description GUI Level check and a separate one at DB to catch API etc. --- <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-18 06:23:19 -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#29902