Actions
Bug #59130
closeddisplayCond / subtype does not respect language overlay
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2014-05-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If you configure a field in the TCA with l10n_mode
set to exclude
or mergeIfNotBlank
, the value from the original record should be used.
For the type
field this is already done by using the getLanguageOverlayRawValue()
in the FormEngine
class.
The same mechanism should be applied to the value of the fields used in displayCond
and in subtype_value_field
.
Actions