Project

General

Profile

Actions

Bug #86575

closed

Missing page access for root-page translations

Added by Marvin Dettinger almost 6 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
DataHandler aka TCEmain
Start date:
2018-10-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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;

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #86621: Error editing start page with single-tree translations for non-admin userClosed2018-10-10

Actions
Related to TYPO3 Core - Bug #87165: \TYPO3\CMS\Core\Authentication\BackendUserAuthentication::isInWebMount does not work for translations of web mounts for non admin usersClosedAlexander Bohndorf2018-12-14

Actions
Is duplicate of TYPO3 Core - Bug #87223: Translated root-page record of BE-User cannot be edited/saved (missing webmount)Closed2018-12-19

Actions
Actions

Also available in: Atom PDF