parent
5befab6a2b
commit
d5d336884c
|
@ -10,7 +10,10 @@ class HostcontactQuery extends IdoQuery
|
|||
{
|
||||
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'];
|
||||
|
||||
|
|
|
@ -10,7 +10,10 @@ class ServicecontactQuery extends IdoQuery
|
|||
{
|
||||
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'];
|
||||
|
||||
|
|
Loading…
Reference in New Issue