From 187bedafd0e261661c6368b6df90eb9d31ef9ceb Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 15 Dec 2011 13:40:29 +0100 Subject: Fixed displaying of external records in rule association widgets It's a fix for regression introduced by widget refactoring #2040. https://fedorahosted.org/freeipa/ticket/2040 --- install/ui/sudo.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install/ui/sudo.js') diff --git a/install/ui/sudo.js b/install/ui/sudo.js index 5e1dedc7..99146182 100644 --- a/install/ui/sudo.js +++ b/install/ui/sudo.js @@ -278,6 +278,7 @@ IPA.sudorule_details_facet = function(spec) { type: 'rule_association_table', name: 'memberuser_user', widget: 'user.rule.memberuser_user', + external: 'externaluser', priority: IPA.sudo.remove_method_priority }, { @@ -352,6 +353,7 @@ IPA.sudorule_details_facet = function(spec) { type: 'rule_association_table', name: 'memberhost_host', widget: 'host.rule.memberhost_host', + external: 'externalhost', priority: IPA.sudo.remove_method_priority }, { @@ -541,6 +543,7 @@ IPA.sudorule_details_facet = function(spec) { type: 'rule_association_table', name: 'ipasudorunas_user', widget: 'runas.runas_users.ipasudorunas_user', + external: 'ipasudorunasextuser', priority: IPA.sudo.remove_method_priority }, { @@ -558,6 +561,7 @@ IPA.sudorule_details_facet = function(spec) { type: 'rule_association_table', name: 'ipasudorunasgroup_group', widget: 'runas.runas_groups.ipasudorunasgroup_group', + external: 'ipasudorunasextgroup', priority: IPA.sudo.remove_method_priority } ); -- cgit