From 02f5fe6deb83107263c16ca870f5ba9394011afc Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Thu, 17 Mar 2022 21:35:54 +0000 Subject: [PATCH] fixed tags form field display on New/Edit contact screen --- templates/CRM/Contact/Form/Edit/TagsAndGroups.tpl | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/templates/CRM/Contact/Form/Edit/TagsAndGroups.tpl b/templates/CRM/Contact/Form/Edit/TagsAndGroups.tpl index 211a078971..29e10947b2 100644 --- a/templates/CRM/Contact/Form/Edit/TagsAndGroups.tpl +++ b/templates/CRM/Contact/Form/Edit/TagsAndGroups.tpl @@ -14,17 +14,18 @@ {/if} - {if $form.tag} - - {/if} + {/if} + {if $context NEQ 'profile'} + {include file="CRM/common/Tagset.tpl"} + {/if} + + {if $form.group}
+ + {if $form.tag}
{if !empty($title)}{$form.tag.label}
{/if} {$form.tag.html}
- {if $context NEQ 'profile'} - {include file="CRM/common/Tagset.tpl"} - {/if} -
{if $groupElementType eq 'select'} -- 2.25.1