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] Do not end up in workspace and preview for default requests #536

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 21, 2024

  1. [BUGFIX] Properly initialize backend user for requests

    Default requests won't have a workspace id.
    That will lead to TYPO3 defaults -99 id.
    That in turn will lead to being in preview mode once a backend user is
    provided within context.
    
    We therefore cover the default and turn it into live workspace which
    could be the expected default.
    
    Also we add missing initialization for backend user.
    
    Resolves: TYPO3#535
    DanielSiepmann committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c1cf194 View commit details
    Browse the repository at this point in the history