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

changed attributes should be reset when matching data is pushed #3265

Closed
bmac opened this issue Jun 8, 2015 · 1 comment
Closed

changed attributes should be reset when matching data is pushed #3265

bmac opened this issue Jun 8, 2015 · 1 comment

Comments

@bmac
Copy link
Member

bmac commented Jun 8, 2015

Changed attributes should be reset to if data is pushed into the store that matches the current "changed" value.

Example:

var record = store.push({ id:1, name: 'Igor' }) -> attributes.name === undefined
record.set('name', 'Tomster') -> attributes.name === 'Tomster'
store.push({ id:1, name: 'Tomster' }) -> attributes.name === undefined
@pangratz
Copy link
Member

pangratz commented Jan 2, 2016

This issue can be closed since #3868 has been merged.

@bmac bmac closed this as completed Jan 2, 2016
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

No branches or pull requests

2 participants