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

Commits on Sep 10, 2023

  1. 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.
    mficzel committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    e2988f0 View commit details
    Browse the repository at this point in the history
  2. TASK: Make styleci happy

    mficzel committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    a6cb336 View commit details
    Browse the repository at this point in the history
  3. Update Classes/Runtime/FusionObjects/RuntimeFormImplementation.php

    Co-authored-by: Marc Henry Schultz <85400359+mhsdesign@users.noreply.github.com>
    mficzel and mhsdesign committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    642f728 View commit details
    Browse the repository at this point in the history