File tree Expand file tree Collapse file tree
Resources/Private/Templates/Module Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ public function indexAction(NodeInterface $root = null)
114114 foreach ($ vocabularyNodes as $ vocabulary ) {
115115 $ vocabularies [] = [
116116 'node ' => $ vocabulary ,
117+ 'isAutoCreated ' => $ vocabulary ->isAutocreated (),
117118 'defaultNode ' => $ this ->getNodeInDefaultDimensions ($ vocabulary )
118119 ];
119120 }
Original file line number Diff line number Diff line change 4343 < i class ="fas fa-pencil-alt "> </ i >
4444 </ f:link .action>
4545
46- < f:if condition ="{vocabulary.autoCreated = false } " >
46+ < f:if condition ="! {vocabulary.isAutoCreated } " >
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 >
You can’t perform that action at this time.
0 commit comments