Bug #77301
closedFormEngine must handle l10n_parent fields correctly even if not a select
100%
Description
The value of l10n_parent can also be from a group field (table_uid|title
) and not only an array.
Change the TCA of a l10n_parent field to:
'l10n_parent' => [ 'displayCond' => 'FIELD:sys_language_uid:>:0', 'exclude' => 0, 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent', 'config' => [ 'type' => 'group', 'internal_type' => 'db', 'allowed' => 'tx_myext_domain_model_blub', 'size' => '1', 'maxitems' => '1', 'minitems' => '0', 'wizards' => [ 'suggest' => [ 'type' => 'suggest' ] ] ], ],
The SingleFieldContainer fails to recognize records as being a translation overlay and therefore does not evaluate l10n_mode of fields anymore.
Updated by Gerrit Code Review over 8 years ago
- Status changed from Accepted to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49261
Updated by Gerrit Code Review over 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49261
Updated by Gerrit Code Review over 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49261
Updated by Gerrit Code Review over 8 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49261
Updated by Gerrit Code Review over 8 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49261
Updated by Gerrit Code Review over 8 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49261
Updated by Gerrit Code Review over 8 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49261
Updated by Gerrit Code Review over 8 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49261
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49477
Updated by Markus Klein over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 24042d9e36223c760273a1df29fe7345a908c923.
Updated by Bernhard Berger almost 6 years ago
unfortunately this bug imho still exists in TYPO3 8.7..
Updated by Markus Klein almost 6 years ago
@Berger: Please open a new ticket, describe you exact TCA and setup and reference this issue there. Thanks.
Updated by Markus Klein over 5 years ago
- Related to Bug #88768: l10n_parent as group field breaks backend added