-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move claim/fact-check/report from child to parent when creating relat…
…ionship if child has a published report but the parent doesn't (#2127) * Previously: We have items A and B. B has a published report. If we try to add B as similar to A it's going to fail because B has a published report. * Now: Move the fact-check from B to A if A doesn't have a fact-check. Remain failing if A already has a fact-check. Reference: CV2-5652.
- Loading branch information
Showing
2 changed files
with
90 additions
and
2 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
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