You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't include association conditions when marshalling.
When marshalling belongsToMany associations we should ignore association
conditions as they can easily contain conditions on the joint table, or
create impossible conditions. Instead we should honour the `prop._ids`
data and leave validating associated data up to the developer, as they
may want to display an error on invalid data.
Refs #5073
0 commit comments