Important: #89672 - transOrigPointerField is not longer allowed to be excluded
See forge#89672
Description
The configured $GLOBALS
can now not longer be excluded as this leads to inconsistent data stored in the
database. This happens when a non-admin user creates a localization by not having
the permission to edit the trans
. Usually this is the
l10n_
or l18n_
field.
A migration wizard is available that removes the option from your TCA and adds a deprecation message to the deprecation log where code adaption has to take place.