From d9f679be44713265eb3623c0cc204db794b292e0 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 27 Mar 2013 12:01:01 -0700 Subject: [PATCH] Fix tagsets in profiles CRM-12230 --- templates/CRM/Contact/Form/Edit/TagsAndGroups.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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} -- 2.25.1