Actions
Bug #51901
closedNo RTE Transformation for subtype_value_field-fields of Plugins
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2013-09-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hey guys,
I found a Bug in the BackendUtility::getTCAtypes function.
Situation: I have a list-type-plugin and show additional fields in the TCE via "subtype_value_field". Also a RTE field! The RTE transformation-call is implemented in the DataHandler::fillInFieldArray function. But the call of the transformation process is only called, if the field is part of the BackendUtility::getTCAtypes-result.
The patch add the logic of the "subtype_value_field" TCA option to get all fields of the given sub-type.
It is the right / a smart solution?
Regards,
Tim
Files
Actions