Katie Horn has submitted this change and it was merged.

Change subject: Fix 'Edit' link for custom data tab
......................................................................


Fix 'Edit' link for custom data tab

groupID->groupId (case changed)

Change-Id: I23fd94e0a29400ca611784b851eabdd668519481
---
M templates/CRM/Custom/Page/CustomDataView.tpl
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Katie Horn: Looks good to me, approved



diff --git a/templates/CRM/Custom/Page/CustomDataView.tpl 
b/templates/CRM/Custom/Page/CustomDataView.tpl
index 1c8b94e..ad0d690 100644
--- a/templates/CRM/Custom/Page/CustomDataView.tpl
+++ b/templates/CRM/Custom/Page/CustomDataView.tpl
@@ -32,7 +32,7 @@
       {if $editOwnCustomData or ($showEdit and $editCustomData and $groupId)}
         <tr>
           <td>
-            <a href="{crmURL p="civicrm/contact/view/cd/edit" 
q="tableId=`$contactId`&cid=`$contactId`&groupID=`$groupId`&action=update&reset=1"}"
 class="button" style="margin-left: 6px;"><span><div class="icon 
edit-icon"></div>{ts 1=$cd_edit.title}Edit %1{/ts}</span></a><br/><br/>
+            <a href="{crmURL p="civicrm/contact/view/cd/edit" 
q="tableId=`$contactId`&cid=`$contactId`&groupId=`$groupId`&action=update&reset=1"}"
 class="button" style="margin-left: 6px;"><span><div class="icon 
edit-icon"></div>{ts 1=$cd_edit.title}Edit %1{/ts}</span></a><br/><br/>
           </td>
         </tr>
       {/if}

-- 
To view, visit https://gerrit.wikimedia.org/r/163856
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I23fd94e0a29400ca611784b851eabdd668519481
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm/civicrm
Gerrit-Branch: master
Gerrit-Owner: Ejegg <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: Katie Horn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to