Project

General

Profile

Actions

Bug #17199

closed

localized flexform values are ignored

Added by Andreas Frthner about 17 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
felogin
Target version:
-
Start date:
2007-04-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

In class.tx_newloginbox_pi1->getOutputLabel:

The problem is, that $this->pi_getFFvalue() is called without the lDEF parameter, so always the default language is used. Just add an parameter to the pi_getFFvalue call like:
$this->pi_getFFvalue($this->cObj->data['pi_flexform'], $field, $sheet, 'l'.$GLOBALS['TSFE']->sys_language_isocode)

Is a check for static info-tables needed? I don't think so... Would be great to integrate this little bug, it's very easy to fix and solves the problem of many people, who were wondering about the lost of their localized entries.

(issue imported from #M5392)

Actions

Also available in: Atom PDF