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/
Updated by Helmut Hummel about 6 years ago
- Related to Task #84345: Make CObjectViewHelperTest notice free added
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58686
Updated by Gerrit Code Review about 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58686
Updated by Helmut Hummel about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1aed1588de672bce957968dfa5dc46c0ddf99d9c.
Updated by Georg Ringer over 5 years ago
- Related to Bug #88036: Adding a ce of type "plugin" without defining a plugin breaks FE added
Actions