[PR #6499] [MERGED] fix: prevent renaming category groups to existing names #36763

Closed
opened 2026-04-20 23:35:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6499
Author: @skliaruk
Created: 12/27/2025
Status: Merged
Merged: 1/6/2026
Merged by: @youngcw

Base: masterHead: fix-category-group-duplication


📝 Commits (3)

  • ba75de3 fix: prevent renaming category groups to existing names
  • 73b8479 fix: prevent category group duplication by ignoring current group in checks
  • 2dcb57e fix: rename 6498.md to 6499.md to reflect updated content

📊 Changes

3 files changed (+44 additions, -9 deletions)

View changed files

📝 packages/desktop-client/src/budget/budgetSlice.ts (+19 -1)
📝 packages/loot-core/src/server/db/index.ts (+19 -8)
upcoming-release-notes/6499.md (+6 -0)

📄 Description

Checks:

  • UI Level check to check category group name on rename and display proper error message
  • DB level check to check category group name on edit

Fixes #2428


🔄 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/6499 **Author:** [@skliaruk](https://github.com/skliaruk) **Created:** 12/27/2025 **Status:** ✅ Merged **Merged:** 1/6/2026 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `fix-category-group-duplication` --- ### 📝 Commits (3) - [`ba75de3`](https://github.com/actualbudget/actual/commit/ba75de38b63d16dbd30b91a68df5eb28f0d0c19c) fix: prevent renaming category groups to existing names - [`73b8479`](https://github.com/actualbudget/actual/commit/73b84794c81a06aa31847fd39ab3f0f9d2fa34d5) fix: prevent category group duplication by ignoring current group in checks - [`2dcb57e`](https://github.com/actualbudget/actual/commit/2dcb57e8408932d8431c9063fbbd894352429037) fix: rename 6498.md to 6499.md to reflect updated content ### 📊 Changes **3 files changed** (+44 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/budget/budgetSlice.ts` (+19 -1) 📝 `packages/loot-core/src/server/db/index.ts` (+19 -8) ➕ `upcoming-release-notes/6499.md` (+6 -0) </details> ### 📄 Description Checks: - UI Level check to check category group name on rename and display proper error message - DB level check to check category group name on edit Fixes #2428 --- <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-20 23:35:53 -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#36763