Project

General

Profile

Actions

Bug #24489

closed

Wrong variable used in 'evalFunc_outputObjValue'

Added by Niels Fröhling over 13 years ago. Updated almost 10 years ago.

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)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #17468: TCA eval required on date field does not workClosedOliver Hader2007-07-12

Actions
Actions

Also available in: Atom PDF