diff --git a/application/tables/IcingaServiceTable.php b/application/tables/IcingaServiceTable.php index b2c6c2be..433dc12a 100644 --- a/application/tables/IcingaServiceTable.php +++ b/application/tables/IcingaServiceTable.php @@ -122,7 +122,8 @@ class IcingaServiceTable extends QuickTable 'i.service_id = s.id', array() )->where('i.parent_service_id = ?', $id) - ->where('s.object_type = ?', 'apply'); + ->where('s.object_type = ?', 'apply') + ->where('s.service_set_id IS NULL'); return $db->fetchAll($query); }