summaryrefslogtreecommitdiffstats
path: root/install/ui/details.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-03-16 14:44:11 +0100
committerPetr Vobornik <pvoborni@redhat.com>2012-03-19 18:37:39 +0100
commit66692127c6754e9123f6bb4eaab479284112b85a (patch)
treebe982b53ad1231c4824227a31e6344e3cc611a0d /install/ui/details.js
parent646a4ccde34a098ef693e75e45a2541618ed5434 (diff)
downloadfreeipa-66692127c6754e9123f6bb4eaab479284112b85a.tar.gz
freeipa-66692127c6754e9123f6bb4eaab479284112b85a.tar.xz
freeipa-66692127c6754e9123f6bb4eaab479284112b85a.zip
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
Diffstat (limited to 'install/ui/details.js')
-rw-r--r--install/ui/details.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/details.js b/install/ui/details.js
index ee57875a0..32ace398f 100644
--- a/install/ui/details.js
+++ b/install/ui/details.js
@@ -655,6 +655,7 @@ IPA.details_facet = function(spec) {
that.refresh_on_success = function(data, text_status, xhr) {
that.load(data);
+ that.show_content();
};
that.refresh_on_error = function(xhr, text_status, error_thrown) {