Actions
Bug #99936
closedallowLanguageSynchronization of pages.categories
Status:
Closed
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
Updated by Marc Hirdes over 1 year 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;
Updated by Gerrit Code Review over 1 year 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
Updated by Gerrit Code Review over 1 year 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
Updated by Georg Ringer over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d343e98edc62868b3719482f6fb6688aa2325be9.
Actions