Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure that the current relationship user overwrites the previous …
…user when moving targets to a new source (#2165) Imagine we have items A and B. B has a similar item C. If B is added as similar to A, then C will also be moved from B to A. Previously, in that operation, the user who created the relationship between B and C would be set as the user who created the relationship between A and C, but that's problematic - for example, it can prevent reports from being sent. The fix here is to set that the user who created the new relationship between A and C is not the same user who created the relationship between B and C, but instead, it's the user who created the relationship between A and B. Fixes: CV2-5837.
- Loading branch information