mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
Controller: Don't pass search columns to the SearchBar
They're now obsolete.
This commit is contained in:
parent
802d23427d
commit
d8aae94331
1 changed files with 0 additions and 1 deletions
|
|
@ -135,7 +135,6 @@ class Controller extends CompatController
|
|||
|
||||
$searchBar = new SearchBar();
|
||||
$searchBar->setAction($requestUrl->setParams([])->getAbsoluteUrl());
|
||||
$searchBar->setSearchColumns($query->getModel()->getSearchColumns());
|
||||
$searchBar->setSubmitLabel(t('Search'));
|
||||
$searchBar->setIdProtector([$this->getRequest(), 'protectId']);
|
||||
$searchBar->setFilter($this->getFilter());
|
||||
|
|
|
|||
Loading…
Reference in a new issue