Actions
Bug #70589
closedStory #69617: FormEngine bugs
FormEngine renderWizards with select singlebox if check wrong (?)
Status:
Closed
Priority:
Must have
Assignee:
Category:
FormEngine aka TCEforms
Target version:
Start date:
2015-10-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
according to this line of code:
https://git.typo3.org/Packages/TYPO3.CMS.git/blob/HEAD:/typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php#l146
The FormElement only checks renderMode here but renderMode is actually deprecated, so we would either have to check if the renderType is correct or maybe even simpler by using a "$this instanceof" check
Or maybe it is not necessary at all, did no verifications just noticed the code
Actions