Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.4] Fix eager load on belongsTo when ID is 0 #17667

Closed
wants to merge 3 commits into from
Closed

[5.4] Fix eager load on belongsTo when ID is 0 #17667

wants to merge 3 commits into from

Conversation

fernandobandeira
Copy link
Contributor

@fernandobandeira fernandobandeira commented Jan 30, 2017

Since array_filter by default removes elements which are equal to 0, when having a record with and ID = 0 the eager load won't work properly.

This was proposed on #17653
But this solution doesn't modify the filter method, just call it with a callback instead...

Ping @antonioribeiro

@fernandobandeira
Copy link
Contributor Author

Closed for #17668

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant