Actions
Bug #87165
closed\TYPO3\CMS\Core\Authentication\BackendUserAuthentication::isInWebMount does not work for translations of web mounts for non admin users
Status:
Closed
Priority:
Must have
Assignee:
Category:
Authentication
Target version:
Start date:
2018-12-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Editors are never allowed to create or edit translations of the root page of a webmount due to wrong calculation of the rootline for translated pages.
For the root of the rootline the uid of the translated page record is used instead of the uid of the corresponding page in default language.
This uid is not found in the associated web mounts of the user or his user groups.
Actions