From 0341a5e568f645e05cb5a0a40e070e2eed4e0282 Mon Sep 17 00:00:00 2001 From: mhsdesign <85400359+mhsdesign@users.noreply.github.com> Date: Tue, 31 Oct 2023 09:30:21 +0100 Subject: [PATCH] TASK: Adjust `Neos.Neos:Shortcut` to work with Neos 9 --- Neos.Neos/Resources/Private/Fusion/Prototypes/Shortcut.fusion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Neos.Neos/Resources/Private/Fusion/Prototypes/Shortcut.fusion b/Neos.Neos/Resources/Private/Fusion/Prototypes/Shortcut.fusion index 8b050ee433d..4224aa85e23 100644 --- a/Neos.Neos/Resources/Private/Fusion/Prototypes/Shortcut.fusion +++ b/Neos.Neos/Resources/Private/Fusion/Prototypes/Shortcut.fusion @@ -62,7 +62,7 @@ prototype(Neos.Neos:Shortcut) < prototype(Neos.Fusion:Component) { parentNode = Neos.Fusion:Value { targetUriTag = Neos.Neos:NodeLink { - node = ${props.node.parent} + node = ${q(node).parent().get(0)} } value = ${props.i18n.id('shortcut.clickToContinueToParentNode').arguments([this.targetUriTag]).translate()} }