IcingaNotification: add related users and -_groups
This commit is contained in:
parent
5861788420
commit
8336d16d98
|
@ -36,6 +36,11 @@ class IcingaNotification extends IcingaObject
|
|||
'types' => 'TypeFilterSet',
|
||||
);
|
||||
|
||||
protected $multiRelations = array(
|
||||
'users' => 'IcingaUser',
|
||||
'user_groups' => 'IcingaUserGroup',
|
||||
);
|
||||
|
||||
protected $relations = array(
|
||||
'zone' => 'IcingaZone',
|
||||
'host' => 'IcingaHost',
|
||||
|
|
Loading…
Reference in New Issue