mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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
This commit is contained in:
parent
99a7e90c0a
commit
fa48fceaaf
@ -37,6 +37,10 @@ IPA.entity_factories.hostgroup = function() {
|
|||||||
name: 'memberof_hostgroup',
|
name: 'memberof_hostgroup',
|
||||||
associator: IPA.serial_associator
|
associator: IPA.serial_associator
|
||||||
}).
|
}).
|
||||||
|
association_facet({
|
||||||
|
name: 'memberof_netgroup',
|
||||||
|
associator: IPA.serial_associator
|
||||||
|
}).
|
||||||
association_facet({
|
association_facet({
|
||||||
name: 'memberof_hbacrule',
|
name: 'memberof_hbacrule',
|
||||||
associator: IPA.serial_associator,
|
associator: IPA.serial_associator,
|
||||||
|
Loading…
Reference in New Issue
Block a user