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.
Updated by Christian Eßl over 4 years ago
- Related to Bug #59799: showPossibleLocalizationRecords does not work if parent language is not allowed for current BE-User added
Updated by Riccardo De Contardi over 4 years ago
- Status changed from New to Closed
I close this issue in favor of #59799 plase continue the discussion there. A relation between the two issues has been added to keep track of it (plus, the description of this issue has been added, too).
If you think that this is the wrong decision please reopen it or ping me. Thank you