You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/01/14 12:06:27 UTC

[1/2] git commit: updated refs/heads/4.5 to 9a67759

Repository: cloudstack
Updated Branches:
  refs/heads/4.5 921ad057d -> 9a677595f


CLOUDSTACK-8154: Fix typo in response name string: there is an extra 's'

Signed-off-by: René Moser <ma...@renemoser.net>
(cherry picked from commit c7ebd13d02948fd2ca2d6e4245127e01a2f7579e)
Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5df6ee4f
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5df6ee4f
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5df6ee4f

Branch: refs/heads/4.5
Commit: 5df6ee4f7c5b8715627131465c9507e75d111419
Parents: 921ad05
Author: René Moser <ma...@renemoser.net>
Authored: Tue Jan 13 16:23:31 2015 +0100
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Wed Jan 14 16:36:01 2015 +0530

----------------------------------------------------------------------
 .../org/apache/cloudstack/api/command/user/iso/DeleteIsoCmd.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5df6ee4f/api/src/org/apache/cloudstack/api/command/user/iso/DeleteIsoCmd.java
----------------------------------------------------------------------
diff --git a/api/src/org/apache/cloudstack/api/command/user/iso/DeleteIsoCmd.java b/api/src/org/apache/cloudstack/api/command/user/iso/DeleteIsoCmd.java
index b07b08d..6101e9f 100644
--- a/api/src/org/apache/cloudstack/api/command/user/iso/DeleteIsoCmd.java
+++ b/api/src/org/apache/cloudstack/api/command/user/iso/DeleteIsoCmd.java
@@ -38,7 +38,7 @@ import com.cloud.user.Account;
         requestHasSensitiveInfo = false, responseHasSensitiveInfo = false)
 public class DeleteIsoCmd extends BaseAsyncCmd {
     public static final Logger s_logger = Logger.getLogger(DeleteIsoCmd.class.getName());
-    private static final String s_name = "deleteisosresponse";
+    private static final String s_name = "deleteisoresponse";
 
     /////////////////////////////////////////////////////
     //////////////// API parameters /////////////////////


[2/2] git commit: updated refs/heads/4.5 to 9a67759

Posted by bh...@apache.org.
CLOUDSTACK-8154: fix UI for API change

Signed-off-by: René Moser <ma...@renemoser.net>
(cherry picked from commit 07d96aab843a3f191e3cfbff57560d821938076a)
Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


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

Branch: refs/heads/4.5
Commit: 9a677595fa5cc351d679e20243c18faab7742c25
Parents: 5df6ee4
Author: René Moser <ma...@renemoser.net>
Authored: Tue Jan 13 16:34:04 2015 +0100
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Wed Jan 14 16:36:08 2015 +0530

----------------------------------------------------------------------
 ui/scripts/templates.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9a677595/ui/scripts/templates.js
----------------------------------------------------------------------
diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js
index dc0f055..b95bb7d 100644
--- a/ui/scripts/templates.js
+++ b/ui/scripts/templates.js
@@ -2192,7 +2192,7 @@
                                                     dataType: "json",
                                                     async: true,
                                                     success: function(json) {
-                                                        var jid = json.deleteisosresponse.jobid;
+                                                        var jid = json.deleteisoresponse.jobid;
                                                         args.response.success({
                                                             _custom: {
                                                                 jobId: jid