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

reload: true sent in url by loadAll #54

Closed
nruth opened this issue Sep 18, 2018 · 2 comments
Closed

reload: true sent in url by loadAll #54

nruth opened this issue Sep 18, 2018 · 2 comments
Labels

Comments

@nruth
Copy link

nruth commented Sep 18, 2018

this.store.loadAll('topic', {include: 'something', reload: true})

is giving me URLs ending with ?include=something&reload=true.

When I use ember-data's findAll instead the &reload=true goes away.

The reloading behaviour seems to work, just the request URL isn't as expected.

@ryanto
Copy link
Member

ryanto commented Sep 18, 2018

Thanks for reporting! This is absolutely a bug.

@ryanto
Copy link
Member

ryanto commented Sep 19, 2018

Released as 0.14.1

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

No branches or pull requests

2 participants