Problem/Motivation

  1. Basic Drupal 8 installation beta4
  2. Add field in Article content type 
    1.  label :"Page"
    2. machine name "field_page"
    3. field type "Entity Reference"
    4. type of item to refere "Content"
    5. content type "Basic Page"
  3. Add few content in both articles and basic page.
  4. Create a view with content -> type article. Add body field twice add relationship to field_page

Body field shows empty for article node when adding relation to entity reference field. Tried some more custom fields and had same result. If relationship removed then body from article shows but not body from basic page.

 

CommentFileSizeAuthor
#1 double body field.png11.78 KBLendude
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Lendude’s picture

Project: Views (for Drupal 7) » Drupal core
Version: 8.x-3.x-dev » 8.0.x-dev
Component: Views Data » views.module
Status: Active » Closed (cannot reproduce)
FileSize
11.78 KB

Moving to right queue.

With the current version of D8 dev, I can't reproduce this, so seems fixed.

From the 'steps to reproduce', I came up with a field config like this:

If the config I need to test this is different and the issue still exists please add some extra steps to reproduce.