I have a project where I use the title module (in combination with entity translation) to replace the name and description properties of taxonomy term entities with (translatable) fields. This works only when full entities are loaded, probably because the title/entity_translation modules need the entity hooks to do their work.

This module uses taxonomy_get_tree(...) without setting the last option to TRUE, thereby preventing the full entities from being loaded but also preventing the in-entity translation to work correctly.

Attached patch corrects this, tested locally and it works like expected.

CommentFileSizeAuthor
entity_translation.patch481 bytesfietserwin
Support from Acquia helps fund testing for Drupal Acquia logo