Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: Adjust to api changes in Neos 9.0 #89

Merged
merged 3 commits into from
Sep 10, 2023

Conversation

mficzel
Copy link
Member

@mficzel mficzel commented Sep 10, 2023

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. See neos/neos-development-collection#4425

This change adjusts the code to always use pushContextArray to set the form subrequest which works in all supported versions of Neos.

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.
mficzel and others added 2 commits September 10, 2023 21:33
Co-authored-by: Marc Henry Schultz <85400359+mhsdesign@users.noreply.github.com>
@mficzel mficzel marked this pull request as ready for review September 10, 2023 20:53
@mhsdesign mhsdesign merged commit b53fbb1 into master Sep 10, 2023
8 checks passed
@mhsdesign mhsdesign deleted the bugfix/adjustToApiChangeInNeos90 branch September 10, 2023 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants