From 4be938303314759b23d96904cf90cac3a71c6313 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 19 Apr 2013 16:30:19 +0200 Subject: Don't automatically refresh facet after action success https://fedorahosted.org/freeipa/ticket/3235 --- install/ui/src/freeipa/facet.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'install/ui/src/freeipa/facet.js') diff --git a/install/ui/src/freeipa/facet.js b/install/ui/src/freeipa/facet.js index a69e9a575..1676acead 100644 --- a/install/ui/src/freeipa/facet.js +++ b/install/ui/src/freeipa/facet.js @@ -2282,13 +2282,9 @@ exp.action_list_widget = IPA.action_list_widget = function(spec) { }; that.on_action_success = function() { - - that.facet.refresh(); }; that.on_action_error = function() { - - that.facet.refresh(); }; that.action_enabled_changed = function(enabled) { -- cgit