I have two multilingual content types with entity translation. One is referencing the other via entity reference.
The problem is that untranslated fields of the referenced content are empty in views.

Show: fields
Field language: Current user's language
Relationship created via entity reference

Fields of the basic node are shown in the original language if there is no translation available, as they should.
Fields of the referenced node stay empty if there is no translation available.

I guess this is a bug.
Is there any solution?

Comments

fabsor’s picture

Title: Fields of referenced nodes are empty when no translation available. » Fields of referenced nodes are empty when no field translation available.
Project: Entity Translation » Views (for Drupal 7)
Version: 7.x-1.0-alpha2 » 7.x-3.x-dev
Component: Views integration » Code

This actually sounds more like a views problem. The actual integration with the core fields implementation and output is done by views. I'm moving this over there to see if they have any idea.

creando sensaciones’s picture

I dropped into an other issue which seems related.

When I filter a view by the node ID of an referenced node as conditional filter, I get an empty view if the referenced node doesn't have a translation into the current user's language.