-
-
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
Allow adapter populated record arrays to update themselves #3082
Comments
vinilios
added a commit
to vinilios/data
that referenced
this issue
May 19, 2015
permit for adapter populated record array contents to be updated by calling `update` method. Refs emberjs#3082
fivetanley
pushed a commit
to fivetanley/data
that referenced
this issue
Jan 6, 2016
permit for adapter populated record array contents to be updated by calling `update` method. refs emberjs#3082
fivetanley
pushed a commit
to fivetanley/data
that referenced
this issue
Jan 6, 2016
permit for adapter populated record array contents to be updated by calling `update` method. refs emberjs#3082
I believe this is fixed by #4050. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Calling
update
method on an adapter populated record array has no effects to the contents of the array as a result of the way update method is implemented. The change to resolve this seems to be trivial and with minor side effects, excluding of course existing misuse of the method.The text was updated successfully, but these errors were encountered: