deleteRecord对新创建的记录表示错误

时间:2013-07-24 15:44:24

标签: ember.js ember-data

如何完全删除有错误的记录:

例如:

user.one 'becameError', =>
  @send 'flashError', 'An error has occurred and the invitation cannot be sent.'
  user.deleteRecord()

user.get('transaction').commit()

上述错误与所有熟悉的错误:

  

尝试处理事件deleteRecord    而在状态rootState.error中。   用未定义的

调用

App.User.all()包含所有记录,isNew,isError。

我如何摆脱该死的东西?

0 个答案:

没有答案