-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi,
In method \Atlas\Transit\Handler\EntityHandler::updateSource(), it's checked if the domain object exists in storage and if no, Transit do an INSERT to the database instead of UPDATE.
But if we save the Domain object in session for example, and store/persist in another context, Transit do an INSERT and thrown an exception for duplicate entry (because the domain doesn't not getted in the same context).
How do an update of a domain getted from another context?
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels