Fix belongsTo where params
Usually when adding to a `foobar.getBla()` a where param like `foobar.getBla({where: {x: "y"}})` it should extend the existing where param (`"id": id`) with the additional where param. This didn't work for belongsTo associations until now.
Showing
with
29 additions
and
3 deletions
-
Please register or sign in to post a comment