[PR #3495] [MERGED] Fix issue #3252 remove extra space from category name #19249

Closed
opened 2026-04-14 21:02:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3495
Author: @junyuanz1
Created: 9/24/2024
Status: Merged
Merged: 9/25/2024
Merged by: @youngcw

Base: masterHead: issue-3252


📝 Commits (3)

📊 Changes

2 files changed (+11 additions, -2 deletions)

View changed files

📝 packages/loot-core/src/server/main.ts (+5 -2)
upcoming-release-notes/3495.md (+6 -0)

📄 Description

This PR is trying to fix #3252 by running the trim() method on the category name before creating/updating the DB.


🔄 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/3495 **Author:** [@junyuanz1](https://github.com/junyuanz1) **Created:** 9/24/2024 **Status:** ✅ Merged **Merged:** 9/25/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `issue-3252` --- ### 📝 Commits (3) - [`9beffc0`](https://github.com/actualbudget/actual/commit/9beffc0c5bf65946c9c13dedd179f18d3bbf5a0d) Fix issue #3252 remove extra space from category name - [`09fe6a9`](https://github.com/actualbudget/actual/commit/09fe6a9d12c3b64c85b7dbdb3588ec496c667581) add md file - [`54daaf3`](https://github.com/actualbudget/actual/commit/54daaf3a1e0ff34f63864a65945fc2b70790f0f4) rename ### 📊 Changes **2 files changed** (+11 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/main.ts` (+5 -2) ➕ `upcoming-release-notes/3495.md` (+6 -0) </details> ### 📄 Description This PR is trying to fix #3252 by running the `trim()` method on the category name before creating/updating the DB. --- <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-14 21:02:41 -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#19249