HI all,
I have an unexpected behaviour:
I have an API Entry Point, where a contact and its email address is saved at the database. Below some simplified source code:
Then some logic is done and in some cases the contact need to be adjusted after that, so the contact is loaded with getBean and saved:
After that $bean2->save(), the relation of the Contact to the Email address is marked as deleted=1
How to stop this strange behaviour.
Many thanks
Best Regards
Sven