Actions
Bug #93497
closedLocalization state missing for TCA SelectTreeElement
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2021-02-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
Since #87987 the localization state wizard is missing for the TCA SelectTreeElement
. Reason for this is the typecast of $readOnly
to integer which results in the check to include the rendered fieldWizardHtml
never to match.
So currently, it is not possible to e.g. have different categories for translations of ext:news items.
One thing that maybe has something to do with this change is, that DataHandler currently removes all assigned categories of translated record, when then LocalizationState
for a SelectTreeElement
is set to custom
and the record is copied in the backend. This has at least been working in TYPO3 8.7.
Affected TYPO3 versions: 10.4 and master
Actions