i18n_taxonomy is specified in i18nviews.info as dependency. I propose we remove this dependency and check in hook_views_data_alter, hook_field_views_data_alter and hook_views_plugins which module are enabled.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | remove-dependency-to-i18n_taxonomy--1257994-1-D7.patch | 2.68 KB | webflo |
Comments
Comment #1
miro_dietikerfine fine.
Comment #2
webflo commentedPatch attached.
Comment #3
thepanz commentedI think that the function named "i18nviews_views_data_alter__i18n_taxonomy" should be renamed deleting the double "__" in the function name:
with only one underscore between "alter" and "i18n"
Cheers
Comment #4
thepanz commentedBTW I tested the "non-taxonomy" translation features and it works fine with this patch.
Comment #5
miro_dietikerCommitted and pushed. Removed the "__" name, switche to single underline as this is more common afaik.
Attributed to webflo.