bug 12197

Fix enable account action refresh on detail view

status 12197: resolved fixed
This commit is contained in:
Brian Federle 2011-12-09 15:34:45 -08:00
parent 76f79d80ca
commit 56b5c5cf2a
1 changed files with 3 additions and 1 deletions

View File

@ -527,7 +527,9 @@
},
notification: {
poll: function(args) {
args.complete();
args.complete({
data: { state: 'enabled' }
});
}
}
},