From 69e77212ea428f79742b9ff0452ef19d74cc76d4 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 2 Dec 2010 22:12:59 -0600 Subject: HBAC Service Groups adjustments The association facet for HBAC Service Groups has been removed and replaced with an association table in the details page. The ipa_association_table_widget has been modified to support multiple columns in the table itself and in the adder dialog. The ipa_association_adder_dialog and ipa_association_facet have been refactored. The ipa_sudorule_association_widget and ipa_rule_association_widget has been removed because their functionalities have been merged into ipa_association_table_widget. --- install/static/sudocmdgroup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/sudocmdgroup.js') diff --git a/install/static/sudocmdgroup.js b/install/static/sudocmdgroup.js index 2d2b3298..01e8007b 100755 --- a/install/static/sudocmdgroup.js +++ b/install/static/sudocmdgroup.js @@ -31,7 +31,7 @@ function ipa_sudocmdgroup() { that.create_association({ 'name': 'sudocmd', 'add_method': 'add_member', - 'delete_method': 'remove_member' + 'remove_method': 'remove_member' }); var dialog = ipa_sudocmdgroup_add_dialog({ -- cgit