mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
IcingaNotification: use external sets
This commit is contained in:
parent
665fd6a0ff
commit
c2347b6b97
@ -29,7 +29,10 @@ class IcingaNotification extends IcingaObject
|
||||
|
||||
protected $supportsApplyRules = true;
|
||||
|
||||
protected $supportsNotificationFilters = false; // -> true
|
||||
protected $relatedSets = array(
|
||||
'states' => 'StateFilterSet',
|
||||
'types' => 'TypeFilterSet',
|
||||
);
|
||||
|
||||
protected $relations = array(
|
||||
'zone' => 'IcingaZone',
|
||||
|
Loading…
x
Reference in New Issue
Block a user