Actions
Bug #58951
closedshow_item does not properly resolve MM group items
Start date:
2014-05-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When showing record information, fields which are inline records wrongly use the number of references as foreign uid to fetch related items and compute the label instead of resolving the relation.
In fact, the relations are properly resolved but never used as $this->row is not overridden by the result of the data-preprocessing.
Seems like it is bound to TYPO3 6.x because former versions did not resolve the relation and only showed the number of children.
Files
Actions