Skip to content

Commit 7243024

Browse files
committed
CLOUDSTACK-8364: don't async poll for deleteVolume which is not an async API
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> (cherry picked from commit 1ef585f) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 40943e8 commit 7243024

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ui/scripts/storage.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,9 @@
13571357
});
13581358
},
13591359
notification: {
1360-
poll: pollAsyncJobResult
1360+
poll: function(args) {
1361+
args.complete();
1362+
}
13611363
}
13621364
},
13631365

0 commit comments

Comments
 (0)