IcingaZone: define parent as a relation, for sync
This commit is contained in:
parent
95c92020b0
commit
eec9710727
|
@ -21,6 +21,10 @@ class IcingaZone extends IcingaObject
|
|||
'is_global' => 'global'
|
||||
);
|
||||
|
||||
protected $relations = array(
|
||||
'parent_zone_id' => 'IcingaZone',
|
||||
);
|
||||
|
||||
protected $supportsImports = true;
|
||||
|
||||
protected function renderParent_zone_id()
|
||||
|
|
Loading…
Reference in New Issue