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:03:57 UTC

[1/3] git commit: updated refs/heads/master to 4eafdcc

Repository: cloudstack
Updated Branches:
  refs/heads/master 185f7e015 -> 4eafdccc3


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

Signed-off-by: René Moser <ma...@renemoser.net>

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

Branch: refs/heads/master
Commit: c7ebd13d02948fd2ca2d6e4245127e01a2f7579e
Parents: 9f55411
Author: René Moser <ma...@renemoser.net>
Authored: Tue Jan 13 16:23:31 2015 +0100
Committer: René Moser <ma...@renemoser.net>
Committed: Tue Jan 13 16:23:31 2015 +0100

----------------------------------------------------------------------
 .../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/c7ebd13d/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 /////////////////////


[3/3] git commit: updated refs/heads/master to 4eafdcc

Posted by bh...@apache.org.
Merge remote-tracking branch 'resmo/fix/deleteisoapi'

This closes #63

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/4eafdccc
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4eafdccc
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4eafdccc

Branch: refs/heads/master
Commit: 4eafdccc3d784ef21924f1c6a19d3ecc29866f72
Parents: 185f7e0 07d96aa
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Wed Jan 14 16:32:38 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Wed Jan 14 16:33:21 2015 +0530

----------------------------------------------------------------------
 .../org/apache/cloudstack/api/command/user/iso/DeleteIsoCmd.java   | 2 +-
 ui/scripts/templates.js                                            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------



[2/3] git commit: updated refs/heads/master to 4eafdcc

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

Signed-off-by: René Moser <ma...@renemoser.net>


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

Branch: refs/heads/master
Commit: 07d96aab843a3f191e3cfbff57560d821938076a
Parents: c7ebd13
Author: René Moser <ma...@renemoser.net>
Authored: Tue Jan 13 16:34:04 2015 +0100
Committer: René Moser <ma...@renemoser.net>
Committed: Tue Jan 13 16:34:04 2015 +0100

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


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