This change should (hopefully) be pretty straightforward. In order to be able to retrieve null values back for relationships on a non-loaded (new) entity, all of the guardAgainstNotLoaded() checks were removed. I also applied the same fix to isNullValue() as you made in Quick version 5
The rest of the guardAgainstNotLoaded() checks are still in place so you shouldn't be able to create new relationships on a non-loaded entity.
This change should (hopefully) be pretty straightforward. In order to be able to retrieve null values back for relationships on a non-loaded (new) entity, all of the
guardAgainstNotLoaded()
checks were removed. I also applied the same fix toisNullValue()
as you made in Quick version 5The rest of the
guardAgainstNotLoaded()
checks are still in place so you shouldn't be able to create new relationships on a non-loaded entity.