ServicecommenthistoryQuery: Add missing group origin "servicegroups"
refs #10316
This commit is contained in:
parent
005ec27cea
commit
5e37f7758b
|
@ -21,7 +21,7 @@ class ServicecommenthistoryQuery extends IdoQuery
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected $groupOrigin = array('hostgroups', 'services');
|
||||
protected $groupOrigin = array('hostgroups', 'servicegroups', 'services');
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
|
Loading…
Reference in New Issue