跳至内容
菜单
此问题已终结
1 回复
3820 查看

Hi,

I would like to know if a unlink from javascript passed well or if there is an exception.

Thank you very much!

形象
丢弃
编写者 最佳答案

The unlink function return the model.call. To know if there is a problem, you have to do this:

this.dataset.unlink(id).fail(function(){

// fail action

});

形象
丢弃