IcingaZone: experiment with new boolean helper
This commit is contained in:
parent
280cd2b7b3
commit
6b23ba28be
|
@ -16,6 +16,10 @@ class IcingaZone extends IcingaObject
|
|||
'is_global' => 'n',
|
||||
);
|
||||
|
||||
protected $booleans = array(
|
||||
'is_global' => 'global'
|
||||
);
|
||||
|
||||
protected $supportsImports = true;
|
||||
|
||||
protected function renderParent_zone_id()
|
||||
|
|
Loading…
Reference in New Issue