mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15: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}
|
||||
*/
|
||||
protected $groupBase = array('contactgroups' => array('cg.contactgroup_id'));
|
||||
protected $groupBase = array('contactgroups' => array('cg.contactgroup_id', 'cgo.object_id'));
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
Loading…
x
Reference in New Issue
Block a user