The node.tnid relationship currently has an incorrect handler. The handler is views_handler_relationship_translation (the handler for the other node translation relationship); it should be the generic views_handler_relationship.
The resulting query includes an extraneous language where condition.
This won't always produce an obvious bug, but it will if you don't want a language restriction.
Attached patch fixes this.
| Comment | File | Size | Author |
|---|---|---|---|
| views-source-translation.patch | 740 bytes | nedjo |
Comments
Comment #1
merlinofchaos commentedCommitted.