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

malformed url #4471

Closed
sebyx07 opened this issue Jul 9, 2016 · 2 comments
Closed

malformed url #4471

sebyx07 opened this issue Jul 9, 2016 · 2 comments

Comments

@sebyx07
Copy link

sebyx07 commented Jul 9, 2016

when i try to pass arguments to queries to the store or find, the url is malformed

this.store.findRecord('organization', params.name, {include: ['users']});
http://localhost:4200/api/v1/organizations/1234?{%22include%22:[%22users%22]}

Ember Data 2.7.0-beta.2

@fivetanley
Copy link
Member

Was this different than earlier versions of Ember Data? It looks like URL parameters are just getting URL encoded.

@pangratz
Copy link
Member

pangratz commented Jul 9, 2016

Thanks for reporting, this has been fixed in #4466...

@pangratz pangratz closed this as completed Jul 9, 2016
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

3 participants