From 81fae858e2ae18f5ff5195bbaa19b6fd3343dee0 Mon Sep 17 00:00:00 2001 From: Benjamin Renard <benjamin.renard@akka.eu> Date: Tue, 11 Aug 2015 16:14:50 +0200 Subject: [PATCH] Remove a cyclical dependence during ExecutableNode loading --- js/app/models/ExecutableNode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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