mirror of https://github.com/apache/cloudstack.git
bug 12197
Fix enable account action refresh on detail view status 12197: resolved fixed
This commit is contained in:
parent
76f79d80ca
commit
56b5c5cf2a
|
|
@ -527,7 +527,9 @@
|
|||
},
|
||||
notification: {
|
||||
poll: function(args) {
|
||||
args.complete();
|
||||
args.complete({
|
||||
data: { state: 'enabled' }
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue