mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
Merge remote branch 'bugfix/show-all-usergroups-in-the-web-interface-11744'
fixes #11744
This commit is contained in:
commit
d6d0434a5f
@ -87,7 +87,7 @@ class ContactgroupQuery extends IdoQuery
|
||||
array('cgm' => $this->prefix . 'contactgroup_members'),
|
||||
'cgm.contactgroup_id = cg.contactgroup_id',
|
||||
array()
|
||||
)->join(
|
||||
)->joinLeft(
|
||||
array('co' => $this->prefix . 'objects'),
|
||||
'co.object_id = cgm.contact_object_id AND co.is_active = 1 AND co.objecttype_id = 10',
|
||||
array()
|
||||
|
Loading…
x
Reference in New Issue
Block a user