Skip to content

Commit

Permalink
TASK: Adjust Neos.Neos:Shortcut to work with Neos 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Oct 31, 2023
1 parent 430e0ff commit 0341a5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()}
}
Expand Down

0 comments on commit 0341a5e

Please sign in to comment.