콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
3833 화면

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

});

아바타
취소