Problem/Motivation

The ImporterBase does not check if an entity is translatable. Before it tries to create or retrieve a translated version of the Entity.

Steps to reproduce

Import an entity which is not tanslatable.

Proposed resolution

Check if the entity is translatable. If not, do not try to retrieve or create a translated version.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

jorisclaes created an issue.