ServicecommenthistoryQuery: Add missing group origin "servicegroups"

refs #10316
This commit is contained in:
Johannes Meyer 2015-11-13 12:55:06 +01:00
parent 005ec27cea
commit 5e37f7758b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class ServicecommenthistoryQuery extends IdoQuery
/**
* {@inheritdoc}
*/
protected $groupOrigin = array('hostgroups', 'services');
protected $groupOrigin = array('hostgroups', 'servicegroups', 'services');
/**
* {@inheritdoc}