Skip to content

Commit 44873e0

Browse files
author
Marvin Kuhn
committed
fix: use node property to determinante if node is auto created
1 parent f3a3c9f commit 44873e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resources/Private/Templates/Module/Index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h3>
4343
<i class="fas fa-pencil-alt"></i>
4444
</f:link.action>
4545

46-
<f:if condition="!{vocabulary.isAutoCreated}" >
46+
<f:if condition="!{vocabulary.node.autoCreated}" >
4747
<button class="neos-button neos-button-danger" title="{f:translate(id: 'generic.delete')}" data-toggle="modal" href="#deleteVocabulary_{vocabulary.node.identifier}" data-neos-toggle="tooltip">
4848
<i class="fas fa-trash-alt icon-white"></i>
4949
</button>

0 commit comments

Comments
 (0)