bug 12421: cloudstack 3.0 UI - detailView widget - fix a bug that updated data returned by API call got lost, so failed to update detailView with updated data.

This commit is contained in:
Jessica Wang 2012-03-30 13:31:36 -07:00
parent bd02f0c533
commit 30dbea1ff7

View File

@ -145,7 +145,7 @@
// Setup notification
cloudStack.ui.notifications.add(
notification,
function(args) {
function(args2) { //name parameter as "args2" instead of "args" to avoid override "args" from success: function(args) {
if ($detailView.is(':visible')) {
$loading.remove();