Actions
Bug #86729
closedCObjectVIewHelper does not render top level object path
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-10-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
When calling CObjectVIewHelper in a Fluid template with a top level path, it does not render anything any more.
Having this in the template:
<f:cObject typoscriptObjectPath="tt_content" data="{content_item.data}" table="tt_content" />
I would expect to have content elements rendered with the tt_content TypoScript content rendering definition.
What actually happens is that an empty string is returned.
This regression was introduced with: https://review.typo3.org/#/c/56225/
Actions