Caused by comparing old and new object by reference (oldthing != newitem), where oldthing is a lazy loaded entity representing the same entity as newitem being set. Comparison by reference evaluates to false (both items are not equal), causing the generated setter-code to mistakenly remove the relation from oldthing.

Submitted by Elmer van Chastelet on 31 October 2024 at 12:25

On 31 October 2024 at 12:29 Elmer van Chastelet closed this issue.

Log in to post comments