TYPO3 v15 dev-main snapshot ()
This commit is contained in:
+40
@@ -0,0 +1,40 @@
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _breaking-82709:
|
||||
|
||||
============================================================================
|
||||
Breaking: #82709 - TCA option "localizeChildrenAtParentLocalization" removed
|
||||
============================================================================
|
||||
|
||||
See :issue:`82709`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
The TCA option :php:`$TCA[$tableName]['columns'][$columnName]['config']['behaviour']['localizeChildrenAtParentLocalization']`
|
||||
has been removed, as this is the default behaviour for any kind of inline translation (IRRE).
|
||||
|
||||
The behaviour to disable this functionality in TYPO3 v8 was not compatible anymore with any
|
||||
localization mode setting and the newly introduced `allowLanguageSynchronization`.
|
||||
|
||||
|
||||
Impact
|
||||
======
|
||||
|
||||
Explicitly disabling this option has no effect anymore, setting this option in TCA will
|
||||
trigger a deprecation message.
|
||||
|
||||
|
||||
Affected Installations
|
||||
======================
|
||||
|
||||
Any installation with custom TCA definitions of Inline Relational Record Editing which have this
|
||||
setting set.
|
||||
|
||||
|
||||
Migration
|
||||
=========
|
||||
|
||||
Remove the TCA option in the extensions' TCA definition.
|
||||
|
||||
.. index:: TCA, Backend, NotScanned
|
||||
Reference in New Issue
Block a user