-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Model attribute named 'error' causes exception #3449
Comments
I'm seeing the same problem. |
I'm surprised this error started occurring with "1.13.4". Ember Data has had an error property on |
@bmac no it have not... It is a new one. Maybe it was a bad idea. I am not exactly sure what would be the right thing to do here. |
tchak
added a commit
to tchak/data
that referenced
this issue
Jul 12, 2015
@tchak oh sorry didn't see your commit above. |
jcope2013
pushed a commit
to jcope2013/data
that referenced
this issue
Aug 3, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given the following model definition:
I encountered the following exception when upgrading from ember-data 1.0.0-beta-19.1 to 1.13.4:
Once I renamed my model's "error" attribute to "errorMsg", the exception no longer occurred.
The text was updated successfully, but these errors were encountered: