Skip to content

Commit

Permalink
TASK: Remove obsolete argument in neos:uri.node to prevent exception
Browse files Browse the repository at this point in the history
see

#4886
  • Loading branch information
mhsdesign committed Oct 14, 2024
1 parent 41de09a commit 7ee1b8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>{neos:backend.translate(id: 'service.nodes.title', value: 'Nodes')}</h1>
<f:alias map="{documentNode: '{neos:node.closestDocument(node: node)}'}">
<f:if condition="{documentNode}">
<f:then>
<a href="{neos:uri.node(node: documentNode, absolute: true, resolveShortcuts:false)}" class="node-frontend-uri">
<a href="{neos:uri.node(node: documentNode, absolute: true)}" class="node-frontend-uri">
<f:render section="breadcrumb" arguments="{node: documentNode}" />
</a>
</f:then>
Expand Down

0 comments on commit 7ee1b8a

Please sign in to comment.