Updated Branches:
  refs/heads/master cfc0633ec -> 6bc0b70f3

CLOUDSTACK-2186:migrateVolume API gets undefined storageid


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

Branch: refs/heads/master
Commit: 6bc0b70f38db07e80fd6af4f4b75c17c871b7cd9
Parents: cfc0633
Author: Pranav Saxena <pranav.sax...@citrix.com>
Authored: Thu Apr 25 19:40:44 2013 +0530
Committer: Pranav Saxena <pranav.sax...@citrix.com>
Committed: Thu Apr 25 19:40:44 2013 +0530

----------------------------------------------------------------------
 ui/scripts/storage.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6bc0b70f/ui/scripts/storage.js
----------------------------------------------------------------------
diff --git a/ui/scripts/storage.js b/ui/scripts/storage.js
index cf40769..9b66083 100644
--- a/ui/scripts/storage.js
+++ b/ui/scripts/storage.js
@@ -1056,7 +1056,7 @@
                 },
                 action: function(args) {
                   $.ajax({
-                    url: createURL("migrateVolume&storageid=" + 
args.data.storagePool + "&volumeid=" + args.context.volumes[0].id),
+                    url: createURL("migrateVolume&storageid=" + 
args.data.storageId + "&volumeid=" + args.context.volumes[0].id),
                     dataType: "json",
                     async: true,
                     success: function(json) {

Reply via email to