Actions
Bug #24489
closedWrong variable used in 'evalFunc_outputObjValue'
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-01-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
In "t3lib/jsfunc.evalfield.js" in line 86 in the function "evalFunc_outputObjValue" the wrong variable is used:
was:
newValue = evalFunc.output(theEvalType, * value *, FObj);
should be:
newValue = evalFunc.output(theEvalType, newValue, FObj);
The error renders FE-edit fields with multiple evaluation-functions useless.
ALL typo versions affected, I don't provide a patch for such a no-brainer.
(issue imported from #M16934)
Actions