ActivityLogTable: no text search for action

fixes #2057
This commit is contained in:
Thomas Gelf 2021-12-13 14:47:30 +01:00
parent 27abbb59a0
commit eeaf3a84e3
1 changed files with 2 additions and 3 deletions

View File

@ -26,12 +26,11 @@ class ActivityLogTable extends ZfQueryBasedTable
/** @var BaseHtmlElement */
protected $currentBody;
protected $searchColumns = array(
protected $searchColumns = [
'author',
'object_name',
'object_type',
'action',
);
];
/** @var LocalTimeFormat */
protected $timeFormat;