Skip to content

Commit

Permalink
Merge pull request #98 from ryssbowh/craft-4
Browse files Browse the repository at this point in the history
Fix : entry types audit
  • Loading branch information
engram-design authored Sep 29, 2023
2 parents 39d9883 + 699f0af commit 86afa5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/templates/audit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ <h1>{{ elementGroup }}</h1>
</th>
</tr>

{% for field in tab.layout.customFields %}
{% set elements = tab.elements|filter(e => e is instance of('craft\\fieldlayoutelements\\CustomField')) %}

{% for element in elements %}
{% set field = element.field %}
<tr class="fields">
<th>
<span class="go">
Expand Down

0 comments on commit 86afa5e

Please sign in to comment.