Bug #89550
closedLocalization of page fails without l10n_parent permission
100%
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.
Updated by Andreas Sturmberger about 5 years ago
- Subject changed from Localization of page failes without l10n_parent permission to Localization of page fails without l10n_parent permission
Updated by Gerrit Code Review about 5 years ago
- Status changed from New 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/+/62176
Updated by Gerrit Code Review about 5 years ago
Patch set 2 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/+/62176
Updated by Gerrit Code Review about 5 years ago
Patch set 3 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/+/62176
Updated by Gerrit Code Review about 5 years ago
Patch set 4 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/+/62176
Updated by Gerrit Code Review almost 5 years ago
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/+/62632
Updated by Gerrit Code Review almost 5 years ago
Patch set 2 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/+/62632
Updated by Gerrit Code Review almost 5 years ago
Patch set 3 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/+/62632
Updated by Gerrit Code Review almost 5 years ago
Patch set 4 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/+/62632
Updated by Oliver Bartsch almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fe67d9a536b618e4de2ea0531c8f1ace0fc4ca16.
Updated by Christian Kuhn about 3 years ago
- Related to Bug #95561: No exclude for transOrigPointerField added