Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: neos/neos-development-collection
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a77f6effb57cf78f8a496985a177bec288fa8db0
Choose a base ref
..
head repository: neos/neos-development-collection
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9f8bd9a622bdc69843671ab864477a5f00209b76
Choose a head ref
Showing with 4 additions and 4 deletions.
  1. +3 −3 Neos.Neos/Resources/Private/Fusion/Prototypes/NodeLink.fusion
  2. +1 −1 Neos.Neos/Resources/Private/Fusion/Prototypes/NodeUri.fusion
6 changes: 3 additions & 3 deletions Neos.Neos/Resources/Private/Fusion/Prototypes/NodeLink.fusion
Original file line number Diff line number Diff line change
@@ -15,8 +15,8 @@ prototype(Neos.Neos:NodeLink) < prototype(Neos.Fusion:Tag) {

@context {
node = ${this.node}
format = ${this.node}
section = ${this.node}
format = ${this.format}
section = ${this.section}
additionalParams = ${this.additionalParams}
queryParameters = ${this.queryParameters}
arguments = ${this.arguments}
@@ -32,7 +32,7 @@ prototype(Neos.Neos:NodeLink) < prototype(Neos.Fusion:Tag) {
node = ${node}
format = ${format}
section = ${section}
queryParameters = Neos.Fusion:DataStructure
queryParameters = ${queryParameters}
additionalParams = ${additionalParams}
arguments = ${arguments}
argumentsToBeExcludedFromQueryString = ${argumentsToBeExcludedFromQueryString}
Original file line number Diff line number Diff line change
@@ -12,5 +12,5 @@ prototype(Neos.Neos:NodeUri) {
addQueryString = false
absolute = false
baseNodeName = 'documentNode'
@exceptionHandler = 'Neos\\Fusion\\Core\\ExceptionHandlers\\AbsorbingHandler'
@exceptionHandler = 'Neos\\Fusion\\Core\\ExceptionHandlers\\AbsorbingHandler'
}