CRM-15113 don't redirect if rgid is not filled in - otherwise you wind up at an...
authorEileen McNaughton <eileen@fuzion.co.nz>
Wed, 13 Aug 2014 23:18:17 +0000 (11:18 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Wed, 13 Aug 2014 23:18:17 +0000 (11:18 +1200)
templates/CRM/Contact/Form/Merge.tpl

index 7bae2d328d559b12b32fce4af99f98df2115105a..bf1fdb51475f6e29783675b71dfc1bcc53f3eaf4 100644 (file)
@@ -35,7 +35,7 @@
 </div>
 
 <div class="action-link">
-       <a id='notDuplicate' href="#" title={ts}Mark this pair as not a duplicate.{/ts} onClick="processDupes( {$main_cid}, {$other_cid}, 'dupe-nondupe', 'merge-contact', '{crmURL p="civicrm/contact/dedupefind" q="reset=1&action=update&rgid=$rgid"}' );return false;">&raquo; {ts}Mark this pair as not a duplicate.{/ts}</a>
+       <a id='notDuplicate' href="#" title={ts}Mark this pair as not a duplicate.{/ts} onClick="processDupes( {$main_cid}, {$other_cid}, 'dupe-nondupe', 'merge-contact', '{if $rgid}{crmURL p="civicrm/contact/dedupefind" q="reset=1&action=update&rgid=$rgid"}{/if}' );return false;">&raquo; {ts}Mark this pair as not a duplicate.{/ts}</a>
 </div>
 
 <table>