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 #1

Updated by Steffen Gebert over 13 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!

Actions #2

Updated by Alexander Opitz over 10 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)?

Actions #3

Updated by Alexander Opitz almost 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.

Actions

Also available in: Atom PDF