Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
3785 Vizualizări

Hi,

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

Thank you very much!

Imagine profil
Abandonează
Autor Cel mai bun răspuns

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

});

Imagine profil
Abandonează