Actions
Bug #79779
closedEXT:form - add renderRenderable ViewHelper for hidden elements
Start date:
2017-02-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Add the renderRenderable viewHelper to the hidden form element to trigger the 'beforeRendering' callback.
Remove the 'value' viewhelper argument and use the 'property' argument instead. Otherwise the 'defaultvalue' fallback won't work.
Test this with https://code.tritum.de/TYPO3.CMS/ext_form_example1486978514
Without the patchset, the first hidden element 'hidden-1' would not be filled with the value from the TypoScript userFunc.
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51654
Updated by Ralf Zimmermann almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6c56ce5cc28339df7b5f63972266894468509d45.
Actions