You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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: #535
0 commit comments