Active
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2012 at 08:37 UTC
Updated:
2 Jul 2012 at 11:52 UTC
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
Comment #1
fabsor commentedThis 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.
Comment #2
creando sensaciones commentedI 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.