- Issue created by @joachim
Automatically closed - issue fixed for 2 weeks with no activity.
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
Automatically closed - issue fixed for 2 weeks with no activity.