[SSE] Fix formula loading
This commit is contained in:
parent
e25baee4cc
commit
dcce78dcbb
|
@ -343,7 +343,7 @@ define([
|
|||
_.sortBy(allFunctions, function (model) {return model.get('name'); }));
|
||||
}
|
||||
}
|
||||
!suppressEvent && this.formulaTab && this.formulaTab.fillFunctions();
|
||||
(!suppressEvent || this._formulasInited) && this.formulaTab && this.formulaTab.fillFunctions();
|
||||
},
|
||||
|
||||
onTabActive: function (tab) {
|
||||
|
|
Loading…
Reference in a new issue