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