Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 3.4.4
-
Fix Version/s: 3.4.5
-
Component/s: CiviCRM API
-
Labels:None
Description
Hi
We have just updated a site to 3.4.4 and some custom code is now no longer working. This is code taken from the CiviCRM Floss Manual (Working with the API
) to add a list of Contact Groups a contact is in to a contacts summary page.
i.e."The following code adds the list of groups below the list of tags on the contact summary page (CRM/Contact/Page/View/Summary.tpl)
<tr>
<td class="label">Groups</td>
<td id="groups">
{$group.title},
{/foreach} </td>
</tr>"
Olly