Skip to content
Snippets Groups Projects
Commit 7cbf89ad authored by Oliver Hader's avatar Oliver Hader Committed by Georg Ringer
Browse files

[TASK] Deprecate inline localizationMode

TCA type's inline localizationMode can either be "keep" or "select".
At least "keep" is counter-productive if allowLanguageSynchronization
is enabled. That's why the whole localizationMode behaviour setting
shall be deprecated and ignored in case allowLanguageSynchronization
is enabled for the very same TCA field.

This change does not migrate non-conflicting localizationMode settings
automatically, since this potentially might be breaking and cannot be
done without side-effects. Besides that calls to the static function
BackendUtility::getInlineLocalizationMode() do not trigger a new entry
in the deprectation log since the usage of localizationMode in TCA is
logged already.

Resolves: #79770
Releases: master
Change-Id: Ic2072877d08bb880e9e957d6d31f0527333c2cc5
Reviewed-on: https://review.typo3.org/51650


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarMarkus Sommer <markussom@posteo.de>
Tested-by: default avatarMarkus Sommer <markussom@posteo.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent c02e019a
Branches
Tags
Showing with 197 additions and 0 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment