From f9a8d772e35982bed1c39b286b3120b9b5f64c0c Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 13 May 2011 20:05:35 -0500 Subject: Customizable facet groups. The IPA.entity has been modified to support customizable facet groups. The default list of facet groups is defined in IPA.entity_header and can be overriden in the entity definition. Ticket #1219 --- install/ui/group.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/ui/group.js') diff --git a/install/ui/group.js b/install/ui/group.js index e4a037a5..bc7925dc 100644 --- a/install/ui/group.js +++ b/install/ui/group.js @@ -63,8 +63,8 @@ IPA.entity_factories.group = function () { }). association_facet({ - name: 'memberof_group', - associator: IPA.serial_associator + name: 'memberof_group', + associator: IPA.serial_associator }). association_facet({ name: 'memberof_netgroup', -- cgit