From b3fcbbee97b4f1a5fe47ec1852dd2d3e7a98b834 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 9 Jul 2018 16:08:02 +0200 Subject: [PATCH] Revert "Fix icingacli monitoring list --problems" This reverts commit 855e7f71208cb6d69b2190a7709182518178d382. --- modules/monitoring/application/clicommands/ListCommand.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/monitoring/application/clicommands/ListCommand.php b/modules/monitoring/application/clicommands/ListCommand.php index de0df668a..5cf804a77 100644 --- a/modules/monitoring/application/clicommands/ListCommand.php +++ b/modules/monitoring/application/clicommands/ListCommand.php @@ -56,9 +56,6 @@ class ListCommand extends Command $query->limit($limit, $this->params->shift('offset')); } foreach ($this->params->getParams() as $col => $filter) { - if (strtolower($col) === 'problems') { - $col = 'service_problem'; - } $query->where($col, $filter); } // $query->applyFilters($this->params->getParams());