You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/04/25 16:46:14 UTC

[48/51] [abbrv] git commit: updated refs/heads/marvin_refactor to dbcfc66

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/marvin_refactor
Commit: 6bc0b70f38db07e80fd6af4f4b75c17c871b7cd9
Parents: cfc0633
Author: Pranav Saxena <pr...@citrix.com>
Authored: Thu Apr 25 19:40:44 2013 +0530
Committer: Pranav Saxena <pr...@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) {