From 1ef585f9e65e0854984211f11d5c2c7c2977a957 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Thu, 9 Apr 2015 12:41:03 +0530 Subject: [PATCH] CLOUDSTACK-8364: don't async poll for deleteVolume which is not an async API Signed-off-by: Rohit Yadav --- ui/scripts/storage.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/scripts/storage.js b/ui/scripts/storage.js index af8edbec564..3d3db821cf7 100644 --- a/ui/scripts/storage.js +++ b/ui/scripts/storage.js @@ -1300,7 +1300,9 @@ }); }, notification: { - poll: pollAsyncJobResult + poll: function(args) { + args.complete(); + } } },