From: Dave Greenberg Date: Thu, 3 Dec 2015 00:26:20 +0000 (-0800) Subject: Merge pull request #7220 from ucam-dar/CRM-17556 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8d1cd6ab03cc23c6a3156f4be6debd650da9cc59;p=civicrm-core.git Merge pull request #7220 from ucam-dar/CRM-17556 CRM-17556 Dedupe improvements --- 8d1cd6ab03cc23c6a3156f4be6debd650da9cc59 diff --cc templates/CRM/Contact/Form/Merge.tpl index 614fd1b6f7,d703ce8e67..34f33d67b0 --- a/templates/CRM/Contact/Form/Merge.tpl +++ b/templates/CRM/Contact/Form/Merge.tpl @@@ -28,8 -28,24 +28,22 @@@ {ts}Click Merge to move data from the Duplicate Contact on the left into the Main Contact. In addition to the contact data (address, phone, email...), you may choose to move all or some of the related activity records (groups, contributions, memberships, etc.).{/ts} {help id="intro"} +
+
+ {ts}WARNING: The duplicate contact record WILL BE DELETED after the merge is complete.{/ts} +
+ + {if $user} +
+
+ {ts 1=$config->userFramework}WARNING: There are %1 user accounts associated with both the original and duplicate contacts. Ensure that the %1 user you want to retain is on the right - if necessary use the 'Flip between original and duplicate contacts.' option at top to swap the positions of the two records before doing the merge. + The user record associated with the duplicate contact will not be deleted, but will be unlinked from the associated contact record (which will be deleted). + You will need to manually delete that user (click on the link to open the %1 user account in new screen). You may need to give thought to how you handle any content or contents associated with that user.{/ts} +
+ {/if} +
{include file="CRM/common/formButtons.tpl" location="top"} - {if $prev} {ts}Previous{/ts}{/if} - {if $next}{ts}Next{/ts} {/if}