[PR #4294] [MERGED] nYNAB import - properly handle hidden categories and groups #5306

Closed
opened 2026-02-28 21:10:17 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4294
Author: @youngcw
Created: 2/4/2025
Status: Merged
Merged: 2/6/2025
Merged by: @youngcw

Base: masterHead: youngcw/nynab-handle-hidden


📝 Commits (10+)

📊 Changes

7 files changed (+95 additions, -1 deletions)

View changed files

📝 packages/desktop-client/e2e/data/ynab5-demo-budget.json (+78 -0)
📝 packages/loot-core/src/server/api.ts (+4 -1)
📝 packages/loot-core/src/server/importers/ynab5-types.d.ts (+2 -0)
📝 packages/loot-core/src/server/importers/ynab5.ts (+2 -0)
📝 packages/loot-core/src/server/main.ts (+2 -0)
📝 packages/loot-core/src/types/server-handlers.d.ts (+1 -0)
upcoming-release-notes/4294.md (+6 -0)

📄 Description

Pass along YNAB hidden attribute so categories and groups can retain hidden status after migration.


🔄 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/4294 **Author:** [@youngcw](https://github.com/youngcw) **Created:** 2/4/2025 **Status:** ✅ Merged **Merged:** 2/6/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `youngcw/nynab-handle-hidden` --- ### 📝 Commits (10+) - [`29904d0`](https://github.com/actualbudget/actual/commit/29904d0be7416a2f4ca3373347dd593837717ff1) add error handler - [`db8a203`](https://github.com/actualbudget/actual/commit/db8a203eaff1e1174158678bae2a97c1f703259e) lint - [`774c01a`](https://github.com/actualbudget/actual/commit/774c01a1172c5440564326d88cb22e7cb0abbaab) note - [`0397b41`](https://github.com/actualbudget/actual/commit/0397b41674dbcc34ad8baebc019a396b610a97e9) rabbit - [`446edf6`](https://github.com/actualbudget/actual/commit/446edf6f5a532af175214914cecf99aa51a186d8) handle groups - [`5aa83e4`](https://github.com/actualbudget/actual/commit/5aa83e4939cac2b4d7c08153526aad7f1858e7a0) handle hidden right - [`2f2e00f`](https://github.com/actualbudget/actual/commit/2f2e00f53e66d20aff605c35328d590bd3d7d26a) cleanup mock file - [`dd3c414`](https://github.com/actualbudget/actual/commit/dd3c414867da202dc91db591f79b678f332915b9) lint;note - [`6feb7a8`](https://github.com/actualbudget/actual/commit/6feb7a83cf812d978d29601441022fb81936dbd2) Merge branch 'master' into youngcw/fix-nynab-duplicates - [`0295e96`](https://github.com/actualbudget/actual/commit/0295e96e9b6676f16260552143f89812a8926800) Merge branch 'youngcw/fix-nynab-duplicates' into youngcw/nynab-handle-hidden ### 📊 Changes **7 files changed** (+95 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/data/ynab5-demo-budget.json` (+78 -0) 📝 `packages/loot-core/src/server/api.ts` (+4 -1) 📝 `packages/loot-core/src/server/importers/ynab5-types.d.ts` (+2 -0) 📝 `packages/loot-core/src/server/importers/ynab5.ts` (+2 -0) 📝 `packages/loot-core/src/server/main.ts` (+2 -0) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+1 -0) ➕ `upcoming-release-notes/4294.md` (+6 -0) </details> ### 📄 Description Pass along YNAB hidden attribute so categories and groups can retain hidden status after migration. --- <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 21:10:17 -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#5306