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

[BUGFIX release] isUpdating flag is set correctly for store.findAll #4386

Merged
merged 1 commit into from
May 17, 2016
Merged

[BUGFIX release] isUpdating flag is set correctly for store.findAll #4386

merged 1 commit into from
May 17, 2016

Conversation

pangratz
Copy link
Member

A regression for the isUpdating flag on the RecordArray returned for
store.peekAll has been introduced in #4316: the flag isn't set to true
anymore when records are reloaded or a background reloaded.


This closes #4339.

A regression for the `isUpdating` flag on the RecordArray returned for
`store.peekAll` has been introduced in #4316: the flag isn't set to true
anymore when records are reloaded or a background reloaded.
@bmac bmac merged commit c141931 into emberjs:master May 17, 2016
@bmac
Copy link
Member

bmac commented May 17, 2016

Thanks @pangratz.

@pangratz pangratz deleted the fix-findAll-isUpdating-regression branch May 18, 2016 06:30
@felixkiss
Copy link

felixkiss commented Jun 26, 2016

Does this fix only peekAll or also findAll? I'm confused, because you mention the one and then the other one.

Does this fix #4376 as well?

Edit: Nevermind, I mixed up isUpdating and isReloading.

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

Successfully merging this pull request may close these issues.

isUpdating is broken since 2.4.3
3 participants