Having issue with undefined navigation properties undefined on parent class. When the old value is also undefined it should just exit the function. But it is not because newValue(null) === oldValue(undefined) evaluate to false. Adding line 15 fixes the issue. But removing line 13 would also work.
Having issue with undefined navigation properties undefined on parent class. When the old value is also undefined it should just exit the function. But it is not because newValue (null) === oldValue (undefined) evaluate to false. Adding line 15 fixes the issue. But removing line 13 would also work.