Skip to content

Commit

Permalink
BUGFIX: Do not render a link prop if no node given
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandschuetz authored Jun 1, 2022
1 parent 8d19f91 commit 380ab3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Private/Fusion/Prototypes/NodeLink.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ prototype(CodeQ.Link:NodeLink) < prototype(CodeQ.Link:Link) {
}
enforceNoLinkTag = ${node.context.inBackend && !this.backendLink ? true : false}
link = Neos.Neos:NodeUri {
@if.has = ${node}
node = ${node}
absolute = ${absolute}
}
Expand Down

0 comments on commit 380ab3d

Please sign in to comment.