UserGroup: do not provide assign_filter property

fixes #13007
This commit is contained in:
Thomas Gelf 2016-10-28 23:29:33 +00:00
parent 0c0694605c
commit d2f359e3e3
1 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,14 @@ class IcingaUserGroup extends IcingaObjectGroup
{
protected $table = 'icinga_usergroup';
protected $defaultProperties = array(
'id' => null,
'object_name' => null,
'object_type' => null,
'disabled' => 'n',
'display_name' => null,
);
public function getRenderingZone(IcingaConfig $config = null)
{
return $this->connection->getMasterZoneName();