mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
IcingaServiceTable: Hide ServiceSet Services from applied ones listing
refs #12891
This commit is contained in:
parent
699b6a7293
commit
c50b1b09a2
@ -122,7 +122,8 @@ class IcingaServiceTable extends QuickTable
|
|||||||
'i.service_id = s.id',
|
'i.service_id = s.id',
|
||||||
array()
|
array()
|
||||||
)->where('i.parent_service_id = ?', $id)
|
)->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);
|
return $db->fetchAll($query);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user