Skip to content

Commit

Permalink
Merge pull request #22964 from pradpnayak/fixfatalerror3
Browse files Browse the repository at this point in the history
(Regression) - fixed tags form field display on New/Edit contact screen
  • Loading branch information
demeritcowboy authored Mar 18, 2022
2 parents 64e1d54 + 02f5fe6 commit 96a5cdc
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions templates/CRM/Contact/Form/Edit/TagsAndGroups.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@
{/if}
<table class="form-layout-compressed{if $context EQ 'profile'} crm-profile-tagsandgroups{/if}">
<tr>
{if $form.tag}
<td>
<td>
{if $form.tag}
<div class="crm-section tag-section">
{if !empty($title)}{$form.tag.label}<br>{/if}
{$form.tag.html}
</div>
{if $context NEQ 'profile'}
{include file="CRM/common/Tagset.tpl"}
{/if}
</td>
{/if}
{/if}
{if $context NEQ 'profile'}
{include file="CRM/common/Tagset.tpl"}
{/if}
</td>

{if $form.group}
<td>
{if $groupElementType eq 'select'}
Expand Down

0 comments on commit 96a5cdc

Please sign in to comment.