From 66692127c6754e9123f6bb4eaab479284112b85a Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 16 Mar 2012 14:44:11 +0100 Subject: Show_content on refresh success If an error content is displayed a successfull refresh doesn't show properly populated facet content. This patch adds show_content call to refresh success handlers which solves the problem. https://fedorahosted.org/freeipa/ticket/2449 --- install/ui/user.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/ui/user.js') diff --git a/install/ui/user.js b/install/ui/user.js index 80484894..72bdd241 100644 --- a/install/ui/user.js +++ b/install/ui/user.js @@ -272,6 +272,8 @@ IPA.user.details_facet = function(spec) { that.refresh_on_success = function(data, text_status, xhr) { // do not load data from batch + + that.show_content(); }; that.create_refresh_command = function() { -- cgit