Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1723 Переглядів

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



Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
0
вер. 21
2970
1
трав. 25
4231
1
трав. 24
3196
1
квіт. 24
26857
1
лист. 22
1847