Bug #59130
closeddisplayCond / subtype does not respect language overlay
0%
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
.
Updated by Gerrit Code Review over 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30436
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/30436
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/30436
Updated by Christian Kuhn almost 9 years ago
- Description updated (diff)
- Status changed from Under Review to Closed
this should be solved in 7 now - for 6.2 i have the feeling a patch here would be quite some trouble and too intrusive. I'll close the issue for now. Please ping me if you think we still should put our hands on this.