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

Fix Uncache viewhelper outside of extbase #1898

Open
wants to merge 5 commits into
base: development
Choose a base branch
from

Conversation

Ceremony64
Copy link
Contributor

Fixes #1894 and a Typo3 v10 regression that came with the release of 7.0.0

Fixes a regression from v7.0.0 update:
Accessing some ViewHelpers (e.g. f:translate) within an uncache template would otherwise cause an exception
In case there is no Extbase ControllerContext, do not convert ServerRequest to Extbase Request. Instead, attach the ServerRequest directly to the RenderingContext
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.

BUG: Exceptions when using UncacheViewHelper on TYPO3 12
2 participants