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

View File

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