mirror of https://github.com/apache/cloudstack.git
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:
parent
bd02f0c533
commit
30dbea1ff7
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue