IcingaNotification: use external sets

This commit is contained in:
Thomas Gelf 2016-02-29 23:46:58 +01:00
parent 665fd6a0ff
commit c2347b6b97
1 changed files with 4 additions and 1 deletions

View File

@ -29,7 +29,10 @@ class IcingaNotification extends IcingaObject
protected $supportsApplyRules = true; protected $supportsApplyRules = true;
protected $supportsNotificationFilters = false; // -> true protected $relatedSets = array(
'states' => 'StateFilterSet',
'types' => 'TypeFilterSet',
);
protected $relations = array( protected $relations = array(
'zone' => 'IcingaZone', 'zone' => 'IcingaZone',