From 2d3bc0aaa7c270b18af3f9b1247a1972ea786044 Mon Sep 17 00:00:00 2001 From: mhsdesign <85400359+mhsdesign@users.noreply.github.com> Date: Fri, 29 Sep 2023 16:22:34 +0200 Subject: [PATCH] TASK: Adjust fluid template to removed `NodeType::getName` --- Neos.Neos/Resources/Private/Templates/Service/Nodes/Index.html | 2 +- Neos.Neos/Resources/Private/Templates/Service/Nodes/Show.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Neos.Neos/Resources/Private/Templates/Service/Nodes/Index.html b/Neos.Neos/Resources/Private/Templates/Service/Nodes/Index.html index 95b517807d9..7f112b3b14a 100644 --- a/Neos.Neos/Resources/Private/Templates/Service/Nodes/Index.html +++ b/Neos.Neos/Resources/Private/Templates/Service/Nodes/Index.html @@ -27,7 +27,7 @@

{neos:backend.translate(id: 'service.nodes.title', value: 'Nodes')}

({node.nodeAggregateId.value}) - [{node.nodeType.name}] + [{node.nodeTypeName.value}] {neos:backend.translate(id: 'service.nodes.show', value: 'Show')} diff --git a/Neos.Neos/Resources/Private/Templates/Service/Nodes/Show.html b/Neos.Neos/Resources/Private/Templates/Service/Nodes/Show.html index 34f2ff8a711..7c1f2816b76 100644 --- a/Neos.Neos/Resources/Private/Templates/Service/Nodes/Show.html +++ b/Neos.Neos/Resources/Private/Templates/Service/Nodes/Show.html @@ -25,7 +25,7 @@

{neos:backend.translate(id: 'node', value: 'Node')}: {node.label}

_type - {node.nodeType.name} + {node.nodeTypeName.value}