Project

General

Profile

Bug #93497

Updated by Torben Hansen about 3 years ago

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. @custom@. This has at least been working in TYPO3 8.7. 

 Affected TYPO3 versions: 10.4 and master

Back