Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: Adjust to api changes in Neos 9.0
With Neos 9.0 it will not be possible to replace fusion globals like `request` via `pushContext` instead the internal `pushContextArray` has to be used for that. This change adjusts the code to always use `pushContextArray` to set the form subrequest which works in all supported versions of Neos.
- Loading branch information