Hi,
I have a question regarding the use of ImportEntites on an Entity having a temporary Id.
Here is the scenario :
- in the EM number 1 I create an entity. it gets the ID -100.
- in the EM number 2 (it was empty) I import this entity. it gets the ID -100 too
- I edit the entity in the EM2
- in the EM1 I import the entity from the EM2.
I was expecting the get the modification in the entity of the EM1. But instead I get 2 entity in the EM1, the unchanged original one and a new entity with the ID -101 having the modification.
Below a project to reproduce my issue