glazier icon indicating copy to clipboard operation
glazier copied to clipboard

Track issue with ember data's createRecord when using async relationships

Open raycohen opened this issue 11 years ago • 0 comments

This commit introduced a workaround to an issue described by the pull request below: https://github.com/yapplabs/glazier/commit/93ab922aa7ec886cd79a17c05ba7a20e57e74729

See: https://github.com/emberjs/data/pull/1459

Removing the workaround while leaving async: true results in records that are created on the client with createRecord being saved to the server but not showing up until the page is refreshed.

raycohen avatar Oct 18 '13 21:10 raycohen