mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
- Fixes duplicate detection incorrectly matching activities across different accounts (IS_DUPLICATE flag on wrong account's activities). When an accountId is specified in the import, the duplicate check now only considers existing activities within that same account. - Fixes identical activities being persisted without a duplicate error by normalizing null/undefined currency values before comparison. Strict equality (null === undefined) silently failed to match activities where currency was stored as null in the DB but arrived as undefined from the import DTO. Fixes #7728 Fixes #7406pull/7796/head
1 changed files with 14 additions and 13 deletions
Loading…
Reference in new issue