You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/12/06 22:09:37 UTC

[2/2] git commit: updated refs/heads/4.3 to a2c0abe

Fixed issue with quiescevm param on snapshot UI

CLOUDSTACK-5388


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

Branch: refs/heads/4.3
Commit: a2c0abe98b52b9ee02cc17536731dc04fe3c67d6
Parents: 6ac7811
Author: Chris Suich <ch...@netapp.com>
Authored: Thu Dec 5 16:23:07 2013 -0500
Committer: Brian Federle <br...@citrix.com>
Committed: Fri Dec 6 13:06:52 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a2c0abe9/ui/scripts/storage.js
----------------------------------------------------------------------
diff --git a/ui/scripts/storage.js b/ui/scripts/storage.js
index 569099d..e58f5fd 100644
--- a/ui/scripts/storage.js
+++ b/ui/scripts/storage.js
@@ -592,7 +592,7 @@
                                 },
                                 action: function(args) {
                                     $.ajax({
-                                        url: createURL("createSnapshot&volumeid=" + args.context.volumes[0].id + "&quiescevm=" + args.context.quiescevm),
+                                        url: createURL("createSnapshot&volumeid=" + args.context.volumes[0].id + "&quiescevm=" + (args.data.quiescevm=='on')),
                                         dataType: "json",
                                         async: true,
                                         success: function(json) {