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