Project

General

Profile

Actions

Bug #83001

closed

Flaws in allowLanguageSynchronization fields on pages_language_overay

Added by Oliver Hader over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
DataHandler aka TCEmain
Target version:
-
Start date:
2017-11-15
Due date:
% Done:

100%

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

Description

In case a TCA field uses allowLanguageSynchronization (or l10n_mode=exclude) for table pages_language_overlay, dependencies (localizations of the initial record) are processed that point to the according pages_language_overlay. However pages_language_overlay records cannot be localized further, they always depend on a single pages record which is the record of the default language.

In case the backend is used as non-admin user that has a language restriction ("Limit to languages" in backend groups/users settings), an error message is shown:
[newlog()] recordEditAccessInternals() check failed. [ERROR: Language was not allowed.]

In TYPO3 v8, all pages_language_overlay records are selected which match the condition pages_language_overlay.pid = pages_language_overlay.uid (pid is used as transOrigPointerField). In TYPO3 v9 this changed since pages_language_overlay has been migrated into pages having a distinct transOrigPointerField in l10n_parent.

Actions #1

Updated by Oliver Hader over 6 years ago

  • Description updated (diff)
Actions #2

Updated by Oliver Hader over 6 years ago

  • Description updated (diff)
Actions #3

Updated by Oliver Hader over 6 years ago

  • Subject changed from Flaws in allowLanguageSynchronization field on pages_language_overay to Flaws in allowLanguageSynchronization fields on pages_language_overay
Actions #4

Updated by Gerrit Code Review over 6 years ago

  • Status changed from New to Under Review

Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54650

Actions #5

Updated by Oliver Hader over 6 years ago

  • Description updated (diff)
Actions #6

Updated by Gerrit Code Review over 6 years ago

Patch set 2 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54650

Actions #7

Updated by Oliver Hader over 6 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF