We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a3c9f commit 44873e0Copy full SHA for 44873e0
1 file changed
Resources/Private/Templates/Module/Index.html
@@ -43,7 +43,7 @@ <h3>
43
<i class="fas fa-pencil-alt"></i>
44
</f:link.action>
45
46
- <f:if condition="!{vocabulary.isAutoCreated}" >
+ <f:if condition="!{vocabulary.node.autoCreated}" >
47
<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">
48
<i class="fas fa-trash-alt icon-white"></i>
49
</button>
0 commit comments