Skip to content

Commit

Permalink
Check field to carry over custom data by default when none is
Browse files Browse the repository at this point in the history
in the other contact's field

This partially addresses reviewer feedback about the limitations of #15595
  • Loading branch information
eileenmcnaughton committed Jan 9, 2020
1 parent c77f9b1 commit 36ba28b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Dedupe/Merger.php
Original file line number Diff line number Diff line change
Expand Up @@ -1389,6 +1389,7 @@ public static function getRowsElementsAndInfo($mainId, $otherId, $checkPermissio
NULL,
NULL,
$value,
'is_checked' => (!isset($rows["move_custom_$fid"]['main']) || $rows["move_custom_$fid"]['main'] === ''),
];
$migrationInfo["move_custom_$fid"] = $value;
}
Expand Down

0 comments on commit 36ba28b

Please sign in to comment.