Project

General

Profile

Actions

Bug #99936

closed

allowLanguageSynchronization of pages.categories

Added by Achim Fritz about 1 year ago. Updated 10 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2023-02-13
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Stabilization Sprint

Description

setting

$GLOBALS['TCA']['pages']['columns']['categories']['config']['behaviour']['allowLanguageSynchronization'] = true;

ends in an Javascript Error when trying to edit an page-translation in Backend

!

!

!

!


Files

Actions #1

Updated by Benni Mack 11 months ago

  • Sprint Focus set to Stabilization Sprint
Actions #2

Updated by Marc Hirdes 11 months ago

Same error if I translate a page with doktype "Shortcut".

form-engine.js?bust=4c469dc1c2e9b213800a983f0642142cf07cd5a4:13 Uncaught (in promise) TypeError: Cannot set properties of null (setting 'disabled')
    at form-engine.js?bust=4c469dc1c2e9b213800a983f0642142cf07cd5a4:13:12668
    at NodeList.forEach (<anonymous>)
    at Object.initializeLocalizationStateSelector (form-engine.js?bust=4c469dc1c2e9b213800a983f0642142cf07cd5a4:13:12438)
    at Object.reinitialize (form-engine.js?bust=4c469dc1c2e9b213800a983f0642142cf07cd5a4:13:12217)
    at form-engine.js?bust=4c469dc1c2e9b213800a983f0642142cf07cd5a4:13:21565

The page properties can not be editet.

Current workaround:

$GLOBALS['TCA']['pages']['columns']['shortcut_mode']['config']['behaviour']['allowLanguageSynchronization'] = false;

Actions #3

Updated by Gerrit Code Review 10 months ago

  • Status changed from New to Under Review

Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79007

Actions #4

Updated by Gerrit Code Review 10 months ago

Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79774

Actions #5

Updated by Georg Ringer 10 months ago

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

Also available in: Atom PDF