Open stephangrass opened 1 year ago
In the backend, there is no option to localize data in the list view. I think the TCA is missing the following:
'transOrigPointerField' => 'l10n_parent', 'transOrigDiffSourceField' => 'l10n_diffsource', 'translationSource' => 'l10n_source',
'transOrigPointerField' => 'l10n_parent',
'transOrigDiffSourceField' => 'l10n_diffsource',
'translationSource' => 'l10n_source',
@stephangrass Which record/TCA are you referring to?
Ok, sorry: tx_pxadealers_domain_model_dealer
In the backend, there is no option to localize data in the list view. I think the TCA is missing the following:
'transOrigPointerField' => 'l10n_parent',
'transOrigDiffSourceField' => 'l10n_diffsource',
'translationSource' => 'l10n_source',