mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
CoreApi: fix parent zone property
This commit is contained in:
parent
4755563e53
commit
f486fee03d
@ -170,7 +170,7 @@ constants
|
|||||||
public function getZoneObjects()
|
public function getZoneObjects()
|
||||||
{
|
{
|
||||||
return $this->getDirectorObjects('Zone', 'Zone', 'zones', array(
|
return $this->getDirectorObjects('Zone', 'Zone', 'zones', array(
|
||||||
'parent' => 'parent',
|
'parent' => 'parent_zone',
|
||||||
'global' => 'is_global',
|
'global' => 'is_global',
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user