Actions
Bug #20407
closedThe hook getFlexFormDSClass doesn't work because $fieldName is never set
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-05-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
In t3lib/class.t3lib_befunc.php the hook "getFlexFormDSClass" has 5 parameters.
getFlexFormDS_postProcessDS($dataStructArray, $conf, $row, $table, $fieldName);
But the "$fieldName" parameter is never set, making it impossible to determine which field have been updated, as the hook fires for every Flexform field.
Apparently this bug have existed since 3.8, but nobody have bothered to fix it.
http://lists.typo3.org/pipermail/typo3-team-core/2006-November/006309.html
(issue imported from #M11055)
Actions