You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by we...@apache.org on 2014/07/03 11:21:57 UTC

[5/5] git commit: updated refs/heads/4.3 to ec823db

[UI] bug fix: error message was not shown if fail to delete snapshot


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

Branch: refs/heads/4.3
Commit: ec823db47afc3dce7678f462a9b927e4e2bd346e
Parents: ec55f5c
Author: Wei Zhou <w....@leaseweb.com>
Authored: Thu Jul 3 11:18:58 2014 +0200
Committer: Wei Zhou <w....@leaseweb.com>
Committed: Thu Jul 3 11:20:44 2014 +0200

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


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