[PR #3232] [MERGED] Fix reconcileTransactions Invokation To Use strictIdChecking #19110

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3232
Author: @pmoon00
Created: 8/11/2024
Status: Merged
Merged: 8/11/2024
Merged by: @MatissJanis

Base: masterHead: fix-3227


📝 Commits (2)

  • f54e69e Fix reconcileTransactions Invokation To Use strictIdChecking
  • 0b51817 Add Release Notes

📊 Changes

2 files changed (+7 additions, -0 deletions)

View changed files

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

📄 Description

Overview

This PR fixes the issue described in issue #3227. This bug was caused by an oversight when merging the strictIdChecking feature with the isPreview feature that was implemented into the same reconcileTransactions function.

I've deliberately not hoisted the strictIdChecking parameter through to the API layer because I figured that having it set to true as default is sensible. If not, we can hoist it up.


🔄 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/3232 **Author:** [@pmoon00](https://github.com/pmoon00) **Created:** 8/11/2024 **Status:** ✅ Merged **Merged:** 8/11/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `fix-3227` --- ### 📝 Commits (2) - [`f54e69e`](https://github.com/actualbudget/actual/commit/f54e69e8134097614cafce26bcd18268b17b5a47) Fix reconcileTransactions Invokation To Use strictIdChecking - [`0b51817`](https://github.com/actualbudget/actual/commit/0b518178c3ed2ec71a83e18e706505cce51d3af7) Add Release Notes ### 📊 Changes **2 files changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/main.ts` (+1 -0) ➕ `upcoming-release-notes/3232.md` (+6 -0) </details> ### 📄 Description # Overview This PR fixes the issue described in issue #3227. This bug was caused by an oversight when merging the `strictIdChecking` feature with the `isPreview` feature that was implemented into the same `reconcileTransactions` function. I've deliberately not hoisted the `strictIdChecking` parameter through to the API layer because I figured that having it set to true as default is sensible. If not, we can hoist it up. --- <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:00:02 -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#19110