mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2186:migrateVolume API gets undefined storageid
This commit is contained in:
parent
cfc0633ec7
commit
6bc0b70f38
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue