After upgrading to Entity 7.x-1.3 we discovered some views were no longer returning data for some fields. Reverting to Entity 7.x-1.2 corrected the problem.

The issue appears to involve fields that make use of entity reference. In our particular case we noticed the issue in views that returned commerce product information and in particular product images. Because of how commerce stores its information the product images require an entity reference.

Just to be confusing, the issue does not seem to effect all entity reference related fields. We are looking into this further and will update the issue once we have more information.

Comments

sheilaj’s picture

To follow up on the above post... we can confirm that the issue is the same as https://drupal.org/comment/8357459#comment-8357459.

Reverting the same 2 lines of code fixed the issue.

beanjammin’s picture

Status: Active » Closed (duplicate)

This as a duplicate of https://drupal.org/comment/8357459#comment-8357459. We are seeing the same issues posted by jaydub (https://drupal.org/comment/8357459#comment-8357459) and the same changes to entity_views_field_handler_helper.inc fix things.