summaryrefslogtreecommitdiffstats
path: root/install/ui/details.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-04-25 14:28:17 +0200
committerPetr Vobornik <pvoborni@redhat.com>2012-05-11 18:30:48 +0200
commiteeac88238ab6bca8098b1792532d8f40373b5ea5 (patch)
tree76d5e6009b822c49b8b7de913a4c2c41c493f238 /install/ui/details.js
parent29059cd45d84b61c3b5799124ec93cee4b8ac63b (diff)
downloadfreeipa.git-eeac88238ab6bca8098b1792532d8f40373b5ea5.tar.gz
freeipa.git-eeac88238ab6bca8098b1792532d8f40373b5ea5.tar.xz
freeipa.git-eeac88238ab6bca8098b1792532d8f40373b5ea5.zip
Hide search facet add/delete buttons in self-service
Adds hiding/showing capabilities to action_button_widget. This patch is fixing regression caused replacing old details facet buttons with control_buttons_widget. The problem was that some buttons were not hidden in self-service mode. https://fedorahosted.org/freeipa/ticket/2707
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 746379f8..89d19886 100644
--- a/install/ui/details.js
+++ b/install/ui/details.js
@@ -476,6 +476,7 @@ IPA.details_facet = function(spec, no_init) {
field.load(data.result.result);
}
that.policies.post_load(data);
+ that.post_load.notify();
that.clear_expired_flag();
};