mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
IcingaUserGroup: do not prefer the global zone...
...but the master zone, like in former versions
This commit is contained in:
parent
f3b972e904
commit
59ff61a277
@ -18,4 +18,9 @@ class IcingaUserGroup extends IcingaObjectGroup
|
||||
protected $relations = [
|
||||
'zone' => 'IcingaZone',
|
||||
];
|
||||
|
||||
protected function prefersGlobalZone()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user