[PR #6049] [MERGED] Remove isGlobal preference functionality #48112

Closed
opened 2026-04-26 10:03:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6049
Author: @MatissJanis
Created: 11/1/2025
Status: Merged
Merged: 11/1/2025
Merged by: @MatissJanis

Base: masterHead: matiss/remove-isglobal-preferences


📝 Commits (3)

  • 37d3f23 Remove isGlobal preference functionality
  • db88d83 Add release notes for PR #6049
  • 7b9d56d Merge branch 'master' into matiss/remove-isglobal-preferences

📊 Changes

7 files changed (+11 additions, -19 deletions)

View changed files

📝 packages/desktop-client/src/components/settings/Experimental.tsx (+1 -1)
📝 packages/desktop-client/src/hooks/useSyncedPref.ts (+1 -3)
📝 packages/desktop-client/src/prefs/prefsSlice.ts (+1 -3)
📝 packages/loot-core/migrations/1759842823172_add_isGlobal_to_preferences.sql (+1 -8)
📝 packages/loot-core/src/server/db/types/index.ts (+0 -1)
📝 packages/loot-core/src/server/preferences/app.ts (+0 -3)
upcoming-release-notes/6049.md (+7 -0)

📄 Description

The isGlobal option will not work as intended. Lets remove it before it leaks into user budgets with the next release.

Discussed offline with @lelemm

Introduced in https://github.com/actualbudget/actual/pull/5785


🔄 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/6049 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 11/1/2025 **Status:** ✅ Merged **Merged:** 11/1/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/remove-isglobal-preferences` --- ### 📝 Commits (3) - [`37d3f23`](https://github.com/actualbudget/actual/commit/37d3f23be4866d68d9b86eb1150c18dd1121e5e9) Remove isGlobal preference functionality - [`db88d83`](https://github.com/actualbudget/actual/commit/db88d8395b4ada1be1fdd06de7251dad52a9d09c) Add release notes for PR #6049 - [`7b9d56d`](https://github.com/actualbudget/actual/commit/7b9d56df38d4167eff4df309002a438a1f53ccdc) Merge branch 'master' into matiss/remove-isglobal-preferences ### 📊 Changes **7 files changed** (+11 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/settings/Experimental.tsx` (+1 -1) 📝 `packages/desktop-client/src/hooks/useSyncedPref.ts` (+1 -3) 📝 `packages/desktop-client/src/prefs/prefsSlice.ts` (+1 -3) 📝 `packages/loot-core/migrations/1759842823172_add_isGlobal_to_preferences.sql` (+1 -8) 📝 `packages/loot-core/src/server/db/types/index.ts` (+0 -1) 📝 `packages/loot-core/src/server/preferences/app.ts` (+0 -3) ➕ `upcoming-release-notes/6049.md` (+7 -0) </details> ### 📄 Description The `isGlobal` option will not work as intended. Lets remove it before it leaks into user budgets with the next release. Discussed offline with @lelemm Introduced in https://github.com/actualbudget/actual/pull/5785 --- <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-26 10:03:26 -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#48112