From: Coleman Watts Date: Wed, 27 Mar 2013 19:01:01 +0000 (-0700) Subject: Fix tagsets in profiles CRM-12230 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d9f679be44713265eb3623c0cc204db794b292e0;p=civicrm-core.git Fix tagsets in profiles CRM-12230 --- diff --git a/templates/CRM/Contact/Form/Edit/TagsAndGroups.tpl b/templates/CRM/Contact/Form/Edit/TagsAndGroups.tpl index 48da7766c2..553c307a9f 100644 --- a/templates/CRM/Contact/Form/Edit/TagsAndGroups.tpl +++ b/templates/CRM/Contact/Form/Edit/TagsAndGroups.tpl @@ -56,7 +56,9 @@ {/if} {/foreach} - {include file="CRM/common/Tag.tpl"} + {if !$type || $type eq 'tag'} + {include file="CRM/common/Tag.tpl"} + {/if} {if $title}