diff --git a/Neos.ContentRepository.Core/Classes/Projection/ContentGraph/Node.php b/Neos.ContentRepository.Core/Classes/Projection/ContentGraph/Node.php index 009de383a16..22a63ea4539 100644 --- a/Neos.ContentRepository.Core/Classes/Projection/ContentGraph/Node.php +++ b/Neos.ContentRepository.Core/Classes/Projection/ContentGraph/Node.php @@ -79,17 +79,6 @@ */ public ContentSubgraphIdentity $subgraphIdentity; - /** - * In PHP please use {@see $name} instead. - * - * For Fusion use: - * ``` - * ${node.name.value} - * ``` - * @deprecated will be removed before the final 9.0 release - */ - public ?NodeName $nodeName; - /** * @param ContentRepositoryId $contentRepositoryId The content-repository this Node belongs to * @param WorkspaceName $workspaceName The workspace of this Node @@ -123,7 +112,6 @@ private function __construct( throw new \InvalidArgumentException('The NodeName must be set if the Node is tethered.', 1695118377); } // legacy to be removed before Neos9 - $this->nodeName = $this->name; $this->subgraphIdentity = ContentSubgraphIdentity::create( $contentRepositoryId, $contentStreamId, diff --git a/Neos.Neos/Resources/Private/Fusion/Backend/Views/Login.fusion b/Neos.Neos/Resources/Private/Fusion/Backend/Views/Login.fusion index eee0c1623e7..0611dfdbe24 100644 --- a/Neos.Neos/Resources/Private/Fusion/Backend/Views/Login.fusion +++ b/Neos.Neos/Resources/Private/Fusion/Backend/Views/Login.fusion @@ -26,7 +26,7 @@ prototype(Neos.Neos:View.Login) < prototype(Neos.Fusion:Component) { } renderer = afx` - +