Use service' instead of service_description' when searching for services

refs #8613
This commit is contained in:
Johannes Meyer 2015-04-08 14:57:30 +02:00
parent e94c99e20e
commit 55e9407371

View File

@ -183,7 +183,7 @@ class FilterEditor extends AbstractWidget
// TODO: Ask the view for (multiple) search columns // TODO: Ask the view for (multiple) search columns
switch($request->getActionName()) { switch($request->getActionName()) {
case 'services': case 'services':
$searchCol = 'service_description'; $searchCol = 'service';
break; break;
case 'hosts': case 'hosts':
$searchCol = 'host'; $searchCol = 'host';