I have a node with no translatable fields but a reference to a custom entity I can edit through inline entity form. The embedded entity has in oposite to the parent node some translatable fields. But I can't translate them because entity translation thinks there is nothing to translate and I get "no translatable fields".

On nodes with translatable fields the language is passed correctly to the embedded child entities and can be translated together with the node fields.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

marcusx’s picture

Don't know if this is a appropriate way but this add on fixes the issue in my use case.

You need to set the checkbox on admin/config/regional/entity_translation to make something happen.

Status: Needs review » Needs work

The last submitted patch, 1: entity_translation-force_translateability-2292633-1-D7.patch, failed testing.