Bug #87238
closedEpic #90674: Backend UI not reflecting permissions
TCA inline element translation with language restriction not possible
0%
Description
TYPO3 8.7.22
Custom extension
If you try to localize a record with inline relations and your user does have a language restriction it is not possible to enter the localized record if you have the option showPossibleLocalizationRecords = true.
The localized record tries to 'showPossibleLocalizationRecords' from the inline element, but the user is not allowed to access these records.
We had to remove the option to showPossibleLocalizationRecords, after that the editor was able to access the translated record. We added the behaviour => localizeChildrenAtParentLocalization to get the child elements from the inline property, but we are not able to see more possible records to translate in this view with the given language restriction.