From fa48fceaaf6357741999476f9ba0fc6a85f3e368 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 30 Aug 2011 13:45:13 -0500 Subject: 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 cad77a7..4542034 100644 --- a/install/ui/hostgroup.js +++ b/install/ui/hostgroup.js @@ -38,6 +38,10 @@ IPA.entity_factories.hostgroup = function() { associator: IPA.serial_associator }). association_facet({ + name: 'memberof_netgroup', + associator: IPA.serial_associator + }). + association_facet({ name: 'memberof_hbacrule', associator: IPA.serial_associator, add_method: 'add_host', -- cgit v1.1