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/04/09 09:12:10 UTC

git commit: updated refs/heads/master to 7243024

Repository: cloudstack
Updated Branches:
  refs/heads/master 40943e85c -> 72430247e


CLOUDSTACK-8364: don't async poll for deleteVolume which is not an async API

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
(cherry picked from commit 1ef585f9e65e0854984211f11d5c2c7c2977a957)
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/72430247
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/72430247
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/72430247

Branch: refs/heads/master
Commit: 72430247ed45b6eb094215f1369809f37f379bb7
Parents: 40943e8
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Thu Apr 9 12:41:03 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Thu Apr 9 12:41:57 2015 +0530

----------------------------------------------------------------------
 ui/scripts/storage.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/72430247/ui/scripts/storage.js
----------------------------------------------------------------------
diff --git a/ui/scripts/storage.js b/ui/scripts/storage.js
index ffef192..feda21c 100644
--- a/ui/scripts/storage.js
+++ b/ui/scripts/storage.js
@@ -1357,7 +1357,9 @@
                                     });
                                 },
                                 notification: {
-                                    poll: pollAsyncJobResult
+                                    poll: function(args) {
+                                        args.complete();
+                                    }
                                 }
                             },