Describe the bug
User v:content.info in EXT:news list and detail view. With version 7.0.7 this works pretty fine. After upgrade to version 7.1.0 i got this error: v:content.info must have contentUid argument outside tt_content context
To Reproduce
Steps to reproduce the behavior:
- Upgrade 7.0.7 to 7.1.0
- Use v:content.info in EXT:news templates:
<div class="news" id="c{v:content.info(field: 'uid')}">
<f:render section="content" />
</div>
Perhaps also affected in normal content elements
- See error message in frontend.
Describe the bug
User
v:content.infoinEXT:newslist and detail view. With version7.0.7this works pretty fine. After upgrade to version7.1.0i got this error:v:content.info must have contentUid argument outside tt_content contextTo Reproduce
Steps to reproduce the behavior:
Perhaps also affected in normal content elements