Bug #86575
closedMissing page access for root-page translations
0%
Description
We are experiencing an issue with missing page access for the translation of a mounted root-page.
Steps to reproduce:¶
Assumption:¶
- Blank TYPO3 Project with English as default language and German as foreign language
- A simple page tree with a root page and subpages
- An editor usergroup with the required access rights for 'pages' and the root-page as DB Mount
- The usergroup has all permissions for these pages in the access module
Excepted Result:¶
- An editor in this usergroup can edit all pages in the default language
- An editor in this usergroup can edit all pages in the foreign language
Actual Result:¶
- The editor can edit all pages except the translated version of the root-page
Trying to save will result the following error message: "1: Attempt to modify record 'Home' (pages:5) without permission. Or non-existing page."
Setting the following option would solve the problem but i don't think thats a proper solution.
$GLOBALS['TCA']['pages']['ctrl']['security']['ignoreWebMountRestriction'] = true;
Updated by Riccardo De Contardi about 6 years ago
- Related to Bug #86621: Error editing start page with single-tree translations for non-admin user added
Updated by Daniel Siepmann almost 6 years ago
- Is duplicate of Bug #87223: Translated root-page record of BE-User cannot be edited/saved (missing webmount) added
Updated by Riccardo De Contardi over 5 years ago
- Status changed from New to Closed
I close this issue in favor of #87223 please continue the discussion there; I've added there the description of this issue to keep track of it.
Updated by Gerrit Code Review over 5 years ago
- Status changed from Closed to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60407
Updated by Riccardo De Contardi over 5 years ago
- Category set to DataHandler aka TCEmain
Updated by Riccardo De Contardi over 5 years ago
- Related to Bug #87165: \TYPO3\CMS\Core\Authentication\BackendUserAuthentication::isInWebMount does not work for translations of web mounts for non admin users added
Updated by Gerrit Code Review over 5 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59159
Updated by Gerrit Code Review over 5 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59159
Updated by Gerrit Code Review over 5 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59159
Updated by Gerrit Code Review over 5 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59159
Updated by Gerrit Code Review over 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61253
Updated by Alexander Bohndorf over 5 years ago
- Status changed from Under Review to Resolved
Applied in changeset 60f47bbfab5ebf92581f9d7e8f46f17fa4822729.
Updated by Benni Mack almost 5 years ago
- Status changed from Resolved to Closed