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/details.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/static/details.js') diff --git a/install/static/details.js b/install/static/details.js index 5e3cd8d6..f0e24ac0 100644 --- a/install/static/details.js +++ b/install/static/details.js @@ -272,6 +272,7 @@ function ipa_details_section(spec){ }; // methods that should be invoked by subclasses + that.section_init = that.init; that.section_create = that.create; that.section_setup = that.setup; that.section_load = that.load; -- cgit