From b7121a8cbd6b7814f0a5666d27de7b209d095451 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 30 Aug 2011 13:45:13 -0500 Subject: [PATCH] Fixed problem adding hostgroup into netgroup. The memberof_netgroup association facet for hostgroup has been explicitly defined to use the serial associator so it will invoke the right methods. Ticket #1737 --- install/ui/hostgroup.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/ui/hostgroup.js b/install/ui/hostgroup.js index cad77a7a5..45420340f 100644 --- a/install/ui/hostgroup.js +++ b/install/ui/hostgroup.js @@ -37,6 +37,10 @@ IPA.entity_factories.hostgroup = function() { name: 'memberof_hostgroup', associator: IPA.serial_associator }). + association_facet({ + name: 'memberof_netgroup', + associator: IPA.serial_associator + }). association_facet({ name: 'memberof_hbacrule', associator: IPA.serial_associator,