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)
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.
Actions