TableCommand: do not search for object_type

fixes #1109
This commit is contained in:
Thomas Gelf 2017-08-25 10:51:21 +02:00
parent bd0ccc6ca4
commit d65114e783

View File

@ -6,10 +6,9 @@ use Zend_Db_Select as ZfSelect;
class ObjectsTableCommand extends ObjectsTable
{
// TODO: external commands? Notifications separately?
// TODO: Notifications separately?
protected $searchColumns = [
'o.object_name',
'o.object_type',
'o.command',
];