Skip to content

Commit

Permalink
Use service' instead of service_description' when searching for ser…
Browse files Browse the repository at this point in the history
…vices

refs #8613
  • Loading branch information
Johannes Meyer committed Apr 8, 2015
1 parent e94c99e commit 55e9407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Icinga/Web/Widget/FilterEditor.php
Expand Up @@ -183,7 +183,7 @@ public function handleRequest($request)
// TODO: Ask the view for (multiple) search columns
switch($request->getActionName()) {
case 'services':
$searchCol = 'service_description';
$searchCol = 'service';
break;
case 'hosts':
$searchCol = 'host';
Expand Down

0 comments on commit 55e9407

Please sign in to comment.