Skip to content

Commit 9841571

Browse files
committed
BUGFIX: Fix usage of node.nodeAggregateId in fluid
Fix usage in `Index` fluid template of `Neos\Neos\Controller\Service\NodesController` Relates: #4156
1 parent 47bcbe0 commit 9841571

File tree

1 file changed

+1
-1
lines changed
  • Neos.Neos/Resources/Private/Templates/Service/Nodes

1 file changed

+1
-1
lines changed

Neos.Neos/Resources/Private/Templates/Service/Nodes/Index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1>{neos:backend.translate(id: 'service.nodes.title', value: 'Nodes')}</h1>
2626
</f:if>
2727
</f:alias>
2828
<label class="node-label">{node.label}</label>
29-
(<span class="node-identifier">{node.nodeAggregateId}</span>)
29+
(<span class="node-identifier">{node.nodeAggregateId.value}</span>)
3030
[<span class="node-type">{node.nodeType.name}</span>]
3131
<f:link.action rel="node-show" controller="Service\Nodes" action="show" arguments="{identifier: node.nodeAggregateId.value}" format="html">{neos:backend.translate(id: 'service.nodes.show', value: 'Show')}</f:link.action>
3232
</li>

0 commit comments

Comments
 (0)