mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
ServicegroupQuery: Make query column `servicegroup_alias' case-insensitive
refs #8613
This commit is contained in:
parent
fdd6a4d59b
commit
4bc3afaca4
@ -9,7 +9,7 @@ class ServicegroupQuery extends IdoQuery
|
|||||||
'servicegroups' => array(
|
'servicegroups' => array(
|
||||||
'servicegroup' => 'sgo.name1 COLLATE latin1_general_ci',
|
'servicegroup' => 'sgo.name1 COLLATE latin1_general_ci',
|
||||||
'servicegroup_name' => 'sgo.name1',
|
'servicegroup_name' => 'sgo.name1',
|
||||||
'servicegroup_alias' => 'sg.alias'
|
'servicegroup_alias' => 'sg.alias COLLATE latin1_general_ci'
|
||||||
),
|
),
|
||||||
'services' => array(
|
'services' => array(
|
||||||
'host' => 'so.name1 COLLATE latin1_general_ci',
|
'host' => 'so.name1 COLLATE latin1_general_ci',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user