Bug #24489
closedWrong variable used in 'evalFunc_outputObjValue'
0%
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)
Updated by Steffen Gebert almost 14 years ago
Could you please send an RFC to the core-team list?
http://typo3.org/teams/core/core-mailinglist-rules/
Then you could also answer, when this problem occurs and how to reproduce.
Thanks for contributing!
Updated by Alexander Opitz almost 11 years ago
- Category deleted (
Communication) - Status changed from New to Needs Feedback
- Target version deleted (
0) - Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.