-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CDF-20182: fix fdm deduplication logic: use (space, externalId) inste…
…ad of just (space) During scan we have deduplication of items, it was done by just `externalId`. But `externalId` can be reused between different spaces in dms case. So let's pass `space` around and use `space`+`externalId` for deduplication. We do have `space` value available, just a matter of using it. [CDF-20182]
- Loading branch information
Showing
1 changed file
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters