From 30dbea1ff777afa97cdb97dfcb04ba26a010cd30 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Fri, 30 Mar 2012 13:31:36 -0700 Subject: [PATCH] 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. --- ui/scripts/ui/widgets/detailView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/ui/widgets/detailView.js b/ui/scripts/ui/widgets/detailView.js index 2cfa8137673..ade1fc29416 100644 --- a/ui/scripts/ui/widgets/detailView.js +++ b/ui/scripts/ui/widgets/detailView.js @@ -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();