mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +02:00
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…
x
Reference in New Issue
Block a user