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…
Reference in New Issue