From c3e065879056d85f0a769368c82b128a58c148e1 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 26 Jan 2011 13:46:49 -0500 Subject: declarative for aci A couple of the ACI definitions were incorrect, and the end result was that fields were not getting initialized. USing the declarative approach cleaned up the cause. Also fixed a few broken unit tests --- install/ui/hbacsvcgroup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/hbacsvcgroup.js') diff --git a/install/ui/hbacsvcgroup.js b/install/ui/hbacsvcgroup.js index 381dcb0b..057c2364 100644 --- a/install/ui/hbacsvcgroup.js +++ b/install/ui/hbacsvcgroup.js @@ -41,7 +41,7 @@ IPA.entity_factories.hbacsvcgroup = function () { 'title': 'Add New HBAC Service Group' }); that.add_dialog(dialog); - + var facet = IPA.hbacsvcgroup_search_facet({ 'name': 'search', 'label': 'Search' -- cgit