- Issue created by @joachim
In ImportService, we have:
$processed_entity = $this->getProcessedEntity($entity_data);
SNIP
$processed_entity->save();
which makes you think that the single save line is the first time the entity is saved.
But getProcessedEntity() actually saves the entity if it's new to the client.
This needs documentation.
Active
4.0
Documentation