diff --git a/js/app/models/ExecutableNode.js b/js/app/models/ExecutableNode.js index 2b2ebee..ec77375 100644 --- a/js/app/models/ExecutableNode.js +++ b/js/app/models/ExecutableNode.js @@ -26,7 +26,7 @@ Ext.define('amdaModel.ExecutableNode', { constructor : function(config) { this.callParent(arguments); this.set('ownerTreeId',amdaUI.ExplorerUI.OPE_TAB.TREE_ID); - this.set('jobNode', amdaModel.BkgJobNode.$className); + this.set('jobNode', 'amdaModel.BkgJobNode'); }, loadJobTree : function() { -- libgit2 0.21.2