You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ra...@apache.org on 2015/03/11 07:35:14 UTC

stratos git commit: fixing delete deployment policies issue in UI

Repository: stratos
Updated Branches:
  refs/heads/master 790e645be -> 9d7e590e0


fixing delete deployment policies issue in UI


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

Branch: refs/heads/master
Commit: 9d7e590e0a35e4c40036e91b5b5632b2b52335cc
Parents: 790e645
Author: R-Rajkumar <rr...@gmail.com>
Authored: Wed Mar 11 12:05:01 2015 +0530
Committer: R-Rajkumar <rr...@gmail.com>
Committed: Wed Mar 11 12:05:01 2015 +0530

----------------------------------------------------------------------
 .../console/controllers/configure/configure_requests.jag           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/9d7e590e/components/org.apache.stratos.manager.console/console/controllers/configure/configure_requests.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/configure/configure_requests.jag b/components/org.apache.stratos.manager.console/console/controllers/configure/configure_requests.jag
index 3cb0e6e..361f227 100644
--- a/components/org.apache.stratos.manager.console/console/controllers/configure/configure_requests.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/configure/configure_requests.jag
@@ -55,7 +55,7 @@ try {
             formSubmit = util.RESTCalls.deleteAutoscalePolicyDefinition(formPayload);
             break;
         case "delete-deploymentpolicy":
-            formSubmit = util.RESTCalls.deleteAutoscalePolicyDefinition(formPayload);
+            formSubmit = util.RESTCalls.deleteDeploymentPolicyDefinition(formPayload);
             break;
         case "delete-kubernetes-cluster":
             formSubmit = util.RESTCalls.deleteKubernetesClusterDefinition(formPayload);