Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1713 Tampilan

I am geting .done is not a function
form the code blow an not sure that is the reason

can you plz help  

on_data_loaded_2: function(events) {
    var res = this._super.apply(this, arguments);
    if (this.modelName === 'project.task') {
        this.get_critical_paths(events).done(function(paths) {
        this.critical_paths = paths;
        this.draw_canvas();
    }.bind(this));
    }
    return res;
},



Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
0
Sep 21
2951
1
Mei 25
4215
1
Mei 24
3186
1
Apr 24
26822
1
Nov 22
1839