Skip to content

Commit

Permalink
Revert "Fix issue on contact page in admin"
Browse files Browse the repository at this point in the history
This reverts commit 846ddc5.
  • Loading branch information
matsbov committed Mar 13, 2024
1 parent f406cd3 commit 4c8e038
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions grails-app/views/contact/show.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@
<td style="text-align: left;" class="value">
<ul>
<g:each in="${providerGroupService.getContactsFor(contactInstance)}" var="entity">
<g:if test="${entity}">
<li><g:link controller="${cl.controller(type: entity?.entityType())}" action="show" id="${entity?.uid}">${entity?.name}</g:link></li>
</g:if>
<li><g:link controller="${cl.controller(type: entity?.entityType())}" action="show" id="${entity?.uid}">${entity?.name}</g:link></li>
</g:each>
</ul>
</td>
Expand Down

0 comments on commit 4c8e038

Please sign in to comment.