SuggestController: suggest all commands for import
...not just templates
This commit is contained in:
parent
b55541097e
commit
b930b70966
|
@ -138,8 +138,7 @@ class SuggestController extends ActionController
|
||||||
$db = $this->db()->getDbAdapter();
|
$db = $this->db()->getDbAdapter();
|
||||||
$query = $db->select()
|
$query = $db->select()
|
||||||
->from('icinga_command', 'object_name')
|
->from('icinga_command', 'object_name')
|
||||||
->order('object_name')
|
->order('object_name');
|
||||||
->where("object_type = 'template'");
|
|
||||||
return $db->fetchCol($query);
|
return $db->fetchCol($query);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue