mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +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',
|
'types' => 'TypeFilterSet',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
protected $multiRelations = array(
|
||||||
|
'users' => 'IcingaUser',
|
||||||
|
'user_groups' => 'IcingaUserGroup',
|
||||||
|
);
|
||||||
|
|
||||||
protected $relations = array(
|
protected $relations = array(
|
||||||
'zone' => 'IcingaZone',
|
'zone' => 'IcingaZone',
|
||||||
'host' => 'IcingaHost',
|
'host' => 'IcingaHost',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user