mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
parent
5befab6a2b
commit
d5d336884c
@ -10,7 +10,10 @@ class HostcontactQuery extends IdoQuery
|
|||||||
{
|
{
|
||||||
protected $allowCustomVars = true;
|
protected $allowCustomVars = true;
|
||||||
|
|
||||||
protected $groupBase = ['contacts' => ['co.object_id', 'c.contact_id'], 'timeperiods' => ['ht.timeperiod_id']];
|
protected $groupBase = [
|
||||||
|
'contacts' => ['co.object_id', 'c.contact_id'],
|
||||||
|
'timeperiods' => ['ht.timeperiod_id', 'st.timeperiod_id']
|
||||||
|
];
|
||||||
|
|
||||||
protected $groupOrigin = ['contactgroups', 'hosts', 'services'];
|
protected $groupOrigin = ['contactgroups', 'hosts', 'services'];
|
||||||
|
|
||||||
|
@ -10,7 +10,10 @@ class ServicecontactQuery extends IdoQuery
|
|||||||
{
|
{
|
||||||
protected $allowCustomVars = true;
|
protected $allowCustomVars = true;
|
||||||
|
|
||||||
protected $groupBase = ['contacts' => ['co.object_id', 'c.contact_id'], 'timeperiods' => ['st.timeperiod_id']];
|
protected $groupBase = [
|
||||||
|
'contacts' => ['co.object_id', 'c.contact_id'],
|
||||||
|
'timeperiods' => ['ht.timeperiod_id', 'st.timeperiod_id']
|
||||||
|
];
|
||||||
|
|
||||||
protected $groupOrigin = ['contactgroups', 'hosts', 'services'];
|
protected $groupOrigin = ['contactgroups', 'hosts', 'services'];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user