mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 09:14:08 +02:00
Fix unwanted change of ContactgroupQuery::$groupBase
Oops! fixes #11598
This commit is contained in:
parent
c3da7a5bce
commit
f66daa622c
@ -16,7 +16,7 @@ class ContactgroupQuery extends IdoQuery
|
|||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
protected $groupBase = array('contactgroups' => array('cg.contactgroup_id'));
|
protected $groupBase = array('contactgroups' => array('cg.contactgroup_id', 'cgo.object_id'));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user