コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3776 ビュー

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

});

アバター
破棄