ContactQuery: Fix query column `service' not referencing a service's name
refs #8613
This commit is contained in:
parent
52dcecfd08
commit
0ec1a18844
|
@ -37,10 +37,10 @@ class ContactQuery extends IdoQuery
|
||||||
),
|
),
|
||||||
'hosts' => array(
|
'hosts' => array(
|
||||||
'host' => 'ho.name1 COLLATE latin1_general_ci',
|
'host' => 'ho.name1 COLLATE latin1_general_ci',
|
||||||
'host_name' => 'ho.name1',
|
'host_name' => 'ho.name1'
|
||||||
),
|
),
|
||||||
'services' => array(
|
'services' => array(
|
||||||
'service' => 'so.name1 COLLATE latin1_general_ci',
|
'service' => 'so.name2 COLLATE latin1_general_ci',
|
||||||
'service_description' => 'so.name2',
|
'service_description' => 'so.name2',
|
||||||
'service_host_name' => 'so.name1',
|
'service_host_name' => 'so.name1',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue