Skip to content

BUG: v:content.info must have contentUid argument outside tt_content context after Upgrade from 7.0.7 to 7.1.0 #1935

@eckonator

Description

@eckonator

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:

  1. Upgrade 7.0.7 to 7.1.0
  2. 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

  1. See error message in frontend.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions