Skip to content

Embedded associations remain dirty after saving new record#382

Open
danii1 wants to merge 1 commit intoebryn:masterfrom
danii1:dirty_tracking
Open

Embedded associations remain dirty after saving new record#382
danii1 wants to merge 1 commit intoebryn:masterfrom
danii1:dirty_tracking

Conversation

@danii1
Copy link

@danii1 danii1 commented Jun 15, 2014

Setting _dirtyAttributes in didCreateRecord blocks execution of _copyDirtyAttributesToData in didSaveRecord which resets _dirtyAttributes also in hasMany/belongsTo associations. This leads to bugs: after saving newly created record, associations remain dirty while parent object is clean. Fix is simple, just rely on didSaveRecord to do all cleanup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants