From 56b5c5cf2a4d9bf1e680ec49d9cf3ff65ba29091 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Fri, 9 Dec 2011 15:34:45 -0800 Subject: [PATCH] bug 12197 Fix enable account action refresh on detail view status 12197: resolved fixed --- ui/scripts/accounts.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/scripts/accounts.js b/ui/scripts/accounts.js index 329c019e903..2824d8f3b1e 100644 --- a/ui/scripts/accounts.js +++ b/ui/scripts/accounts.js @@ -527,7 +527,9 @@ }, notification: { poll: function(args) { - args.complete(); + args.complete({ + data: { state: 'enabled' } + }); } } },