IcingaUserGroup: do not prefer the global zone...

...but the master zone, like in former versions
This commit is contained in:
Thomas Gelf 2018-11-13 15:32:53 +01:00
parent f3b972e904
commit 59ff61a277

View File

@ -18,4 +18,9 @@ class IcingaUserGroup extends IcingaObjectGroup
protected $relations = [
'zone' => 'IcingaZone',
];
protected function prefersGlobalZone()
{
return false;
}
}