Actions
Bug #24907
closedcObj->FORM() wasn't processing the $formData parameter
Start date:
2011-01-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
$formData is not forwarded to tslib_content_Content->render($conf, $formData) in class.tslib_content.php on line 1107.
For bugfix see Additional Informations.
/**
* Rendering the cObject, FORM
*
* @param array array of TypoScript properties
* @param array Alternative formdata overriding whatever comes from TypoScript
* @return string Output
*/
function FORM {
// geƤndert am 31.01.2011 Parameter $formData added at call of function "render"
// return $this->getContentObject('FORM')->render($conf);
return $this->getContentObject('FORM')->render($conf, $formData);
}
(issue imported from #M17422)
Files
Updated by Administrator Admin almost 14 years ago
bug is fixed (seeattached file above)
Updated by Steffen Gebert almost 14 years ago
Florian, can you try the attached patch?
Updated by Ernesto Baschny almost 14 years ago
Committed to
- trunk, rev 10472
- TYPO3 4.5 (for 4.5.1), rev 10473
Thanks!
Actions