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 2014/03/17 12:41:33 UTC

git commit: fixing the issue STRATOS-521

Repository: incubator-stratos
Updated Branches:
  refs/heads/master 505dd15aa -> 8a3cfdd22


fixing the issue STRATOS-521


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

Branch: refs/heads/master
Commit: 8a3cfdd2263e2b94e87ba03ac659348131264204
Parents: 505dd15
Author: Udara Liyanage <ud...@wso2.com>
Authored: Mon Mar 17 07:40:28 2014 -0400
Committer: Udara Liyanage <ud...@wso2.com>
Committed: Mon Mar 17 07:40:28 2014 -0400

----------------------------------------------------------------------
 .../org.apache.stratos.manager.console/console/util/utility.jag  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8a3cfdd2/components/org.apache.stratos.manager.console/console/util/utility.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/util/utility.jag b/components/org.apache.stratos.manager.console/console/util/utility.jag
old mode 100644
new mode 100755
index 1765b15..632d96b
--- a/components/org.apache.stratos.manager.console/console/util/utility.jag
+++ b/components/org.apache.stratos.manager.console/console/util/utility.jag
@@ -155,7 +155,7 @@ consoleAppUtil = new function(){
     };
 
     this.getApplicableDeploymentPolicies = function(cartridgeType){
-        return this.sendReceive("GET","/policy/deployment/"+ cartridgeType ,{}).data;
+     return this.sendReceive("GET","/" + cartridgeType + "/policy/deployment/",{}).data;
    };
 
     this.getPartitions = function(){
@@ -400,4 +400,4 @@ consoleAppUtil = new function(){
 
 
 
-%>
\ No newline at end of file
+%>