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

make sure deprecate error doesnt get swallowed when using store.push(type, data) #3396

Merged
merged 1 commit into from
Jun 19, 2015

Conversation

jcope2013
Copy link
Contributor

right now it will get swallowed as it will error out before it gets to the deprecation message which is confusing to users trying to consume the api

Assertion Failed: You must include an `id` for author in an object passed to `push` 

http://emberjs.jsbin.com/hiludosuza/1/edit?html,js,console,output

wecc added a commit that referenced this pull request Jun 19, 2015
make sure deprecate error doesnt get swallowed when using store.push(type, data)
@wecc wecc merged commit 84bffcb into emberjs:master Jun 19, 2015
@wecc
Copy link
Contributor

wecc commented Jun 19, 2015

Thanks!

@wecc
Copy link
Contributor

wecc commented Jun 19, 2015

ping @bmac, release

@bmac
Copy link
Member

bmac commented Jun 22, 2015

I have cherry-picked this pr into the release branch for the future 1.13.4 release.

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.

3 participants