From eeac88238ab6bca8098b1792532d8f40373b5ea5 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 25 Apr 2012 14:28:17 +0200 Subject: 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 --- install/ui/details.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/details.js') 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(); }; -- cgit