[TASK] Disable custom colPos and CType for translations
Previously, it was possible to allow editors to modify colPos and CType in FormEngine via connected CEs. This has been changed when editing translated CEs, that CType and colPos cannot be changed anymore. An upgrade wizard is added to ensure that all translated CEs really contain the same colPos and CType values as their default language pendants. Both fields are now set to l10n_mode=exclude to avoid future inconsistencies. Resolves: #60357 Releases: main Change-Id: Id04636d8c131ce8fbc7c9a87d5fc13a6b406eec2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/85978 Tested-by:André Buchmann <andy.schliesser@gmail.com> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
André Buchmann <andy.schliesser@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Oliver Bartsch <bo@cedev.de>
Showing
- typo3/sysext/core/Tests/Functional/DataScenarios/Regular/Modify/DataSet/modifyTranslatedContent.csv 1 addition, 1 deletion...narios/Regular/Modify/DataSet/modifyTranslatedContent.csv
- typo3/sysext/frontend/Configuration/TCA/tt_content.php 4 additions, 0 deletionstypo3/sysext/frontend/Configuration/TCA/tt_content.php
- typo3/sysext/install/Classes/Updates/SynchronizeColPosAndCTypeWithDefaultLanguage.php 132 additions, 0 deletions.../Updates/SynchronizeColPosAndCTypeWithDefaultLanguage.php
- typo3/sysext/install/Tests/Functional/Updates/Fixtures/SynchronizeColPosAndCTypeBase.csv 18 additions, 0 deletions...tional/Updates/Fixtures/SynchronizeColPosAndCTypeBase.csv
- typo3/sysext/install/Tests/Functional/Updates/Fixtures/SynchronizeColPosAndCTypeResult.csv 18 additions, 0 deletions...onal/Updates/Fixtures/SynchronizeColPosAndCTypeResult.csv
- typo3/sysext/install/Tests/Functional/Updates/SynchronizeColPosAndCTypeWithDefaultLanguageTest.php 40 additions, 0 deletions...ates/SynchronizeColPosAndCTypeWithDefaultLanguageTest.php
Please register or sign in to comment