Bug #81348
closedTCA pages_language_overlay column 'l10n_mode' => 'exclude' gets ignored
0%
Description
When you set a column of the pages_language_overlay
table to 'l10n_mode' => 'exclude'
the field is shown like any other field in the BE forms.
You can 'remove' the column by just not defining it in the TCA of pages_language_overlay
and only in the TCA of pages
but then the value doesn't get synced with the translated record. As happens when you use 'l10n_mode' => 'exclude'
for tt_content
for instance.
Updated by Anonymous over 7 years ago
- Related to Bug #78743: Wrong translation behavior for pages/pages_language_overlay added
Updated by Till Kleisli over 7 years ago
You can kind of fix your problem with
l10n-display = defaultAsReadonly
https://docs.typo3.org/typo3cms/TCAReference/8-dev/Columns/Index.html#l10n-display
Updated by Benni Mack almost 6 years ago
- Status changed from New to Needs Feedback
Hi Frans,
what to do with this issue? I know that "pages_language_overlay" had a LOT of issues back then, that's why it got removed in TYPO3 v9 as there were too many side effects with the separate table.
Is it OK for you if we close this ticket and suggest everybody to update to TYPO3 v9?
All the best
Benni.
Updated by Frans Saris almost 6 years ago
- Status changed from Needs Feedback to Closed
Hi Benni,
I'm fine with closing this.
As it was more or less a reminder for myself and I didn't have the time to fix it properly lets close this and use the resources when needed for current active versions.
By playing around with TCA you can work around this when needed.
All the best,
Frans