deleteRecord does not remove record from hasMany

前端 未结 3 1417
夕颜
夕颜 2021-01-01 03:06

When I call deleteRecord() on some of my hasMany relations, Ember Data sends a (successful) DELETE request, but the record is not removed from the

3条回答
  •  孤城傲影
    2021-01-01 03:24

    Here's a working JSBin demonstrating the general idea of deleting items : http://jsbin.com/ucanam/1059/edit

    Can you post an example of whatever is giving you problems?

提交回复
热议问题