mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
Fix group base
This commit is contained in:
parent
c3d25e1a59
commit
28e68f8f8a
@ -6,7 +6,7 @@ namespace Icinga\Module\Monitoring\Backend\Ido\Query;
|
||||
class ServicegroupQuery extends IdoQuery
|
||||
{
|
||||
protected $groupBase = array(
|
||||
'servicegroups' => array('sgo.object_id, sg.servicegroup_id'),
|
||||
'servicegroups' => array('sgo.object_id', 'sg.servicegroup_id'),
|
||||
'servicestatus' => array('ss.servicestatus_id', 'hs.hoststatus_id')
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user