Actions
Bug #98632
closedCObjectViewHelper Request-Object is missing, language translation failes
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2022-10-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
CObject ViewHelper request missing language translation
Complexity:
easy
Is Regression:
Sprint Focus:
Description
In "TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper", method "renderStatic", the request object is missing on statement "$contentObjectRenderer->start($data, $table);" and therefore, correct language translation is failed.
Solution: add parameter "request" to given Statement on line 141: $contentObjectRenderer->start($data, $table, $renderingContext->getRequest());
Actions