-
Notifications
You must be signed in to change notification settings - Fork 50
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
Update to ember data 1.0.0 beta.19 #99
base: master
Are you sure you want to change the base?
Update to ember data 1.0.0 beta.19 #99
Conversation
updating from base code
…recation warning)
Conflicts: addon/serializers/application.js
…seem to be working fine here
…stead of an empty array
…er-parse-adapter into ember-data-1.13.8
… for an empty hasmany relationship
@@ -86,7 +86,7 @@ export default DS.RESTSerializer.extend({ | |||
// the links property so the adapter can async call the | |||
// relationship. | |||
// The adapter findHasMany has been overridden to make use of this. | |||
if(options.relation) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Recall what was happening here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Release notes said that the typeForRoot function had been changed to modelNameFromPayloadKey
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just meant options.relationship
vs options.array
. I recall now, they are two different options for how to persist a relationship. One with an array of ids, one with w URL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah my bad. See my comment below about that. Not sure what should be happening with those two options.
@mixonic is there anything else I can do to get this ready to be merged? |
No description provided.