PaulUithol / Backbone-relational

Get and set relations (one-to-one, one-to-many, many-to-one) for Backbone models
http://backbonerelational.org
MIT License
2.34k stars 330 forks source link

Help with Reverse Relation #540

Closed clintonb closed 9 years ago

clintonb commented 9 years ago

I am attempting to setup a reverse relationship in order to validate against the parent model. My code works when run normally in the browser; however, Jasmine consistently fails and times out after 10s.

My changes and broken build can be seen at edx/ecommerce#291.

Any ideas why the tests time out? Also, is there an official mailing list where I should direct this question?

clintonb commented 9 years ago

Given the lack of response, I ended up abandoning the reverseRelation and simply looked up the related model by its ID. It would be nice to use reverseRelation.