From 99fc3d597af0cf07db1379b87ef2f635100dc89f Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 5 Feb 2013 13:33:58 +0100 Subject: Remove IPA.current_entity usage https://fedorahosted.org/freeipa/ticket/3236 --- install/ui/src/freeipa/search.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/src/freeipa/search.js') diff --git a/install/ui/src/freeipa/search.js b/install/ui/src/freeipa/search.js index 9b7e4fae..8a993f04 100644 --- a/install/ui/src/freeipa/search.js +++ b/install/ui/src/freeipa/search.js @@ -123,6 +123,7 @@ IPA.search_facet = function(spec, no_init) { that.show_add_dialog = function() { var dialog = that.managed_entity.get_dialog('add'); + dialog.facet = that; dialog.open(that.container); }; -- cgit