Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUGFIX: reimplement
appendExceedingArguments
for preview route
This reintroduces ```yaml appendExceedingArguments: true ``` for the preview route so that uris could still build via plain fusion or flows `Neos\Flow\Mvc\Routing\UriBuilder` ``` previewAction = Neos.Fusion:ActionUri { request = ${request.mainRequest} package = 'Neos.Neos' controller = 'Frontend\\\Node' action = 'preview' arguments = ${{node: someNodeAddress}} } ``` This was initially reverted via 2c4670c in neos#4892 in effort to get slowly rid of the `appendExceedingArguments` ugliness. But in the Dresden sprint '24 was considered to big of a change for now, especially as there is no alternative to build the uris in fusion without the `queryParameters` option introduced for the `Neos.Fusion:ActionUri` which will only be part of: neos#3914
- Loading branch information