Active
Project:
Internationalization Views
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2012 at 16:02 UTC
Updated:
3 Dec 2012 at 20:28 UTC
Jump to comment: Most recent file
Comments
Comment #1
jibus commentedSame issue here..
I used drupal_entities() in my view template in order to resolve this.
the function is here (i18nviews_handler_field_term_node_tid.inc):
line 36, 38 & 39
Comment #2
fietserwinAnother place where it goes wrong is when presenting an exposed hierarchical select list of taxonomy terms. Incorrect code:
Corrected code:

In this case the code is at line 50 of file i18nviews_handler_filter_taxonomy_index_tid.inc:
should be:
Note that I needed to install i18n version 7.x-1.7 (instead of 7.x-1.5) to solve it in a flat exposed list.