Skip to content

Commit

Permalink
Fix inline-edit of multi-record custom fields in profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw committed Jun 15, 2018
1 parent df653d2 commit 581d17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/Profile/Page/MultipleRecordFieldsListing.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{/if}
{if ($records and $headers) or ($pageViewType eq 'customDataView')}
{include file="CRM/common/jsortable.tpl"}
<div id="custom-{$customGroupId}-table-wrapper" {if $pageViewType eq 'customDataView'}class="crm-entity" data-entity="contact" data-id="{$contactId}"{/if}>
<div id="custom-{$customGroupId}-table-wrapper" class="crm-entity" data-entity="contact" data-id="{$contactId}">
<div>
{strip}
<table id="records-{$customGroupId}" class={if $pageViewType eq 'customDataView'}"crm-multifield-selector crm-ajax-table"{else}'display'{/if}>
Expand Down

0 comments on commit 581d17b

Please sign in to comment.