From 6948c0813dff35afadd63bc0647271f00bfc566f Mon Sep 17 00:00:00 2001 From: Adam Young Date: Thu, 31 Mar 2011 15:32:29 -0400 Subject: code review fixes this version includes using spec for detail_facets --- install/ui/group.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'install/ui/group.js') diff --git a/install/ui/group.js b/install/ui/group.js index cc443cc5..7c7488f1 100644 --- a/install/ui/group.js +++ b/install/ui/group.js @@ -42,11 +42,11 @@ IPA.entity_factories.group = function () { }, 'gidnumber'] }). - details_facet( + details_facet({sections: [{ - section:'details', + name:'details', fields:['cn','description','gidnumber'] - }]). + }]}). facet( IPA.association_facet({ 'name': 'member_user', columns:[ @@ -85,6 +85,6 @@ IPA.entity_factories.group = function () { name: 'memberof_role', associator: IPA.serial_associator }). - standard_associations(). + standard_association_facets(). build(); }; -- cgit