mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
ContactgroupQuery: Make query column `contactgroup_alias' case-insensitive
refs #8613
This commit is contained in:
parent
6536878d5d
commit
71c013178e
@ -9,7 +9,7 @@ class ContactgroupQuery extends IdoQuery
|
||||
'contactgroups' => array(
|
||||
'contactgroup' => 'cgo.name1 COLLATE latin1_general_ci',
|
||||
'contactgroup_name' => 'cgo.name1',
|
||||
'contactgroup_alias' => 'cg.alias',
|
||||
'contactgroup_alias' => 'cg.alias COLLATE latin1_general_ci'
|
||||
),
|
||||
'contacts' => array(
|
||||
'contact' => 'co.name1 COLLATE latin1_general_ci',
|
||||
|
Loading…
x
Reference in New Issue
Block a user