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

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;
},



アバター
破棄
関連投稿 返信 ビュー 活動
0
9月 21
2994
1
5月 25
4254
1
5月 24
3238
1
4月 24
26888
1
11月 22
1880