mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 01:04: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()
|
||||
{
|
||||
return $this->getDirectorObjects('Zone', 'Zone', 'zones', array(
|
||||
'parent' => 'parent',
|
||||
'parent' => 'parent_zone',
|
||||
'global' => 'is_global',
|
||||
));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user