mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Use service' instead of
service_description' when searching for services
refs #8613
This commit is contained in:
parent
e94c99e20e
commit
55e9407371
@ -183,7 +183,7 @@ class FilterEditor extends AbstractWidget
|
||||
// TODO: Ask the view for (multiple) search columns
|
||||
switch($request->getActionName()) {
|
||||
case 'services':
|
||||
$searchCol = 'service_description';
|
||||
$searchCol = 'service';
|
||||
break;
|
||||
case 'hosts':
|
||||
$searchCol = 'host';
|
||||
|
Loading…
x
Reference in New Issue
Block a user