mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
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}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
protected $groupOrigin = array('hostgroups', 'services');
|
protected $groupOrigin = array('hostgroups', 'servicegroups', 'services');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user