Bug #86729
Updated by Helmut Hummel about 6 years ago
When calling CObjectVIewHelper in a Fluid template with a top level path, it does not render anything any more.
Having this in the template:
<pre>
<f:cObject typoscriptObjectPath="tt_content" data="{content_item.data}" table="tt_content" />
</pre>
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/