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

one-to-many relation returns empty if strategy is included #22

Closed
lroal opened this issue Sep 13, 2017 · 0 comments
Closed

one-to-many relation returns empty if strategy is included #22

lroal opened this issue Sep 13, 2017 · 0 comments

Comments

@lroal
Copy link
Member

lroal commented Sep 13, 2017

//This does not work. Returns orders with no lines. 
var filter;
var strategy = {lines: null};
order.getMany(filter, strategy);

//This works. Returns orders WITH lines
order.getMany(filter);

@lroal lroal closed this as completed in a01ec1b Sep 13, 2017
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

No branches or pull requests

1 participant