Closed kibiz0r closed 10 years ago
Could you confirm this bug is fixed now? There happends nothing with the current tests. If you have the time: could you create a test that proves the bug is not there anymore. Thanks again for contributing to this package.
This issue is regarded as fixed. If problems still occur, the issue can be reopened.
Given that I'm using an LFAdapter and no records exist, when I call DS.Store.find() with some type and id, then I should get a rejected promise.
Instead, the LFAdapter resolves with an empty record, and DS.Store complains about trying to push a hash with no id.
It appears that the guard at: https://github.com/genkgo/ember-localforage-adapter/blob/master/localforage_adapter.js#L153 ...should be applied regardless of allowRecursive.