Actions
Bug #79144
closedNo value found for key "TYPO3\CMS\Fluid\ViewHelpers\FormViewHelper->securedHiddenFieldsRendered", thus the key cannot be removed.
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2017-01-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
Overwriting the functions renderHiddenReferrerFields, renderHiddenSecuredReferrerField, renderTrustedPropertiesField and renderRequestHashField of the \TYPO3\CMS\Fluid\ViewHelpers\FormViewHelper with empty functions doesn't work anymore since version 7.6.15. Instead TYPO3 throws the exception:
#1243352249: No value found for key "TYPO3\CMS\Fluid\ViewHelpers\FormViewHelper->securedHiddenFieldsRendered", thus the key cannot be removed. (More information)
TYPO3\CMS\Fluid\Core\ViewHelper\Exception\InvalidVariableException thrown in file
/Users/tosh/Sites/sl-neu/vendor/typo3/cms/typo3/sysext/fluid/Classes/Core/ViewHelper/ViewHelperVariableContainer.php in line 113.
Actions