mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +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
|
class DatafieldTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
protected $searchColumns = array(
|
protected $searchColumns = array(
|
||||||
'varname',
|
'df.varname',
|
||||||
'caption',
|
'df.caption',
|
||||||
);
|
);
|
||||||
|
|
||||||
public function getColumns()
|
public function getColumns()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user