You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ud...@apache.org on 2015/04/30 13:31:41 UTC

stratos git commit: startup order from UI not passed to API

Repository: stratos
Updated Branches:
  refs/heads/master 87cb7630d -> 7359fa68a


startup order from UI not passed to API


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/7359fa68
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/7359fa68
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/7359fa68

Branch: refs/heads/master
Commit: 7359fa68a77fbdc00db68515be5ff58dd09f490f
Parents: 87cb763
Author: Udara Liyanage <ud...@wso2.com>
Authored: Thu Apr 30 16:59:25 2015 +0530
Committer: Udara Liyanage <ud...@wso2.com>
Committed: Thu Apr 30 17:00:23 2015 +0530

----------------------------------------------------------------------
 .../console/themes/theme0/js/custom/applications-editor.js         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/7359fa68/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-editor.js
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-editor.js b/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-editor.js
index 7249610..c274d4d 100644
--- a/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-editor.js
+++ b/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-editor.js
@@ -363,7 +363,7 @@ function generateJsplumbTree(collector, connections, appeditor){
     collector['components']={};
     collector['components']['groups']=[];
     collector['components']['cartridges']=[];
-    collector['components']['dependencies']=appeditor['dependencies'];
+    ccollector['components']['dependencies']=appeditor.getValue()['dependencies'];
     delete collector['dependencies'];
 
     console.log(collector)