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. [reviewed-by: Brian]

This commit is contained in:
Jessica Wang 2012-03-30 13:30:05 -07:00
parent 7b240988a7
commit f137cf43cd
1 changed files with 1 additions and 1 deletions

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();