Actions
Bug #101141
closedf:form and f.link.action request implementing ServerRequest instead of RequestInterface
Start date:
2023-06-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In TYPO3 V12.4.2 is an is issue with the Viewhelper f:form and f:link.action.
f:form - Exception:
(1/1) #1639821904 RuntimeException
ViewHelper f:form can be used only in extbase context and needs a request implementing extbase RequestInterface.
/vendor/typo3/cms-fluid/Classes/ViewHelpers/FormViewHelper.php line 148
f:link.action - Exception
(1/1) #1639818540 RuntimeException
ViewHelper f:link.action can be used only in extbase context and needs a request implementing extbase RequestInterface.
/vendor/typo3/cms-fluid/Classes/ViewHelpers/Link/ActionViewHelper.php line 81
In both cases the "TYPO3\CMS\Core\Http\ServerRequest object" is in the $request instead the RequestInterface.
Updated by Česlav Przywara over 1 year ago
- Is duplicate of Bug #100758: Viewhelpers and other things do not work outside of extbase context added
Actions