Actions
Bug #89550
closedLocalization of page fails without l10n_parent permission
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2019-10-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
A non-Admin backenduser without having the "Transl.Orig (l10n_parent)" permission for the pages table can not localize pages.
It results in an "endless loading".
The page gets inserted into the database with l10n_parent = 0 but is not shown in the backend.
If any user than tries to localize the page again, this error comes up:
Localization failed: there already are localizations (512) for language 2 of the "pages" record 92!
Therefore, a user without the l10n_parent permission should not be given the ability to localize pages, as it will result in inconsistent data.
The same error maybe also applies to other tables (tt_content, tx_*, ..), but i have not tested this.
Actions