Closed AdamSGit closed 4 years ago
I also noticed that, in case of nested relationship, recents changes would create an empty model with an empty key for the parent relation, because of the lack of check if target is not null. This pull request fix it.
Are you sure you mean else if and not elseif, as they will behave differently if more is changed.
else if
elseif
I prefer it without the space, it makes it clear what was meant.
Sure thing.
I also noticed that, in case of nested relationship, recents changes would create an empty model with an empty key for the parent relation, because of the lack of check if target is not null. This pull request fix it.