[PR #2308] [MERGED] 🐛 (goCardless) patch incomplete migration #4241

Closed
opened 2026-02-28 20:53:32 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2308
Author: @MatissJanis
Created: 2/1/2024
Status: Merged
Merged: 2/1/2024
Merged by: @MatissJanis

Base: masterHead: matiss/patch-gocardless-sync


📝 Commits (3)

  • 3269701 🐛 (goCardless) patch incomplete migration
  • 7daac84 Release notes
  • c56495e Delete flaky sql query

📊 Changes

4 files changed (+26 additions, -10 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Header.jsx (+11 -4)
📝 packages/loot-core/migrations/1704572023730_add_account_sync_source.sql (+0 -6)
packages/loot-core/migrations/1704572023731_add_missing_goCardless_sync_source.sql (+9 -0)
upcoming-release-notes/2308.md (+6 -0)

📄 Description

Patching a migration that for whatever reason did not update the account_sync_source field. Thus goCardless broke for some random accounts.

Also patching the sync button in the UI:

  • the sync button should not be visible if the server is not connected (thus bank-sync will be unavailable)
  • the sync button should be disabled if the customer if offline (thus also the bank-sync will not be available until reconnection)

🔄 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/2308 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 2/1/2024 **Status:** ✅ Merged **Merged:** 2/1/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/patch-gocardless-sync` --- ### 📝 Commits (3) - [`3269701`](https://github.com/actualbudget/actual/commit/32697018394c1f06dd90691054b025ed19eb336c) :bug: (goCardless) patch incomplete migration - [`7daac84`](https://github.com/actualbudget/actual/commit/7daac84945e1d4a4f4a8a2e9ca189d2322b67032) Release notes - [`c56495e`](https://github.com/actualbudget/actual/commit/c56495ed42b486889f044afb114523db031cbb28) Delete flaky sql query ### 📊 Changes **4 files changed** (+26 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Header.jsx` (+11 -4) 📝 `packages/loot-core/migrations/1704572023730_add_account_sync_source.sql` (+0 -6) ➕ `packages/loot-core/migrations/1704572023731_add_missing_goCardless_sync_source.sql` (+9 -0) ➕ `upcoming-release-notes/2308.md` (+6 -0) </details> ### 📄 Description Patching a migration that for whatever reason did not update the `account_sync_source` field. Thus `goCardless` broke for some random accounts. Also patching the `sync` button in the UI: - the sync button should not be visible if the server is not connected (thus bank-sync will be unavailable) - the sync button should be disabled if the customer if offline (thus also the bank-sync will not be available until reconnection) --- <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 20:53:32 -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#4241