Skip to content

Commit

Permalink
allow details to be opened without triggering inline edit
Browse files Browse the repository at this point in the history
  • Loading branch information
highfalutin committed Mar 2, 2024
1 parent 6080cdd commit 093d13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/Contact/Page/Inline/Address.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{assign var="isAddressCustomPresent" value=1}
{foreach from=$customGroup item=customValue key=cvId}
<details id="address_custom_{$cgId}_{$locationIndex}" class="crm-address-custom-{$cgId}-{$locationIndex}-accordion" {if $customValue.collapse_display}{else}open{/if}>
<summary>
<summary class="collapsible-title">
{$customValue.title}
</summary>
<div class="crm-summary-block">
Expand Down

0 comments on commit 093d13b

Please sign in to comment.