Fix localization bug for page-layout (TYPO3 9)#413
Fix localization bug for page-layout (TYPO3 9)#413ikonplant wants to merge 1 commit intoFluidTYPO3:developmentfrom
Conversation
Add 'l10n_mode' => 'exclude' to the additional fields of page
|
Hi @ikonplant, What is the bug you intend to fix? Why is the solution to make these fields not translatable? |
|
Hi @NamelessCoder ! The reason is the new localization logic in TYPO3 9. With your original TCA the value of tx_fed_page_controller_action is not inherited within translated pages (field value in the database). For example, we need this value in frontend in fluid template: With your original TCA, the db-field tx_fed_page_controller_action and the variable pageLayout have only value within original page/language, the localization is not synchronized.
|
|
Thanks @ikonplant - have you checked how this affects TYPO3 8.7? I hesitate to merge since I suspect the instruction causes the field to not be used from For the time being, please set this from your provider extension's I'll leave the PR open in case others come across the use case and considers it a bug / for when the next major version of Fluidpages gets made. |
Add 'l10n_mode' => 'exclude' to the additional fields of page