mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
DatafieldTable: fix search columns
This commit is contained in:
parent
b89c337d3b
commit
3d666d1157
@ -10,8 +10,8 @@ use Zend_Db_Select as ZfDbSelect;
|
||||
class DatafieldTable extends ZfQueryBasedTable
|
||||
{
|
||||
protected $searchColumns = array(
|
||||
'varname',
|
||||
'caption',
|
||||
'df.varname',
|
||||
'df.caption',
|
||||
);
|
||||
|
||||
public function getColumns()
|
||||
|
Loading…
x
Reference in New Issue
Block a user