ember-model icon indicating copy to clipboard operation
ember-model copied to clipboard

Adapter.find error should be fired from HasManyArray but is being eaten by a promise

Open ebryn opened this issue 12 years ago • 1 comments

When the type of a hasMany relationship doesn't have an adapter set an error should be getting thrown here, but it's getting eaten by a promise:

https://github.com/ebryn/ember-model/blob/master/packages/ember-model/lib/has_many_array.js#L48

ebryn avatar Jul 09 '13 20:07 ebryn

@ebryn I have tried to reproduce this, and I can't. I have created test for this: https://github.com/seeweer/ember-model/commit/afb245e8235e523097e93000a80c5b7494ebebc2 Can you check if I understand this right?

arturmalecki avatar Jul 24 '13 08:07 arturmalecki