mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 01:04:12 +02:00
BasketsController: fix hasSearch-related error
This commit is contained in:
parent
961c089170
commit
83907eb8fa
@ -45,7 +45,8 @@ class BasketsController extends ActionController
|
||||
)));
|
||||
$table = (new BasketTable($this->db()))
|
||||
->setAttribute('data-base-target', '_self');
|
||||
if ($table->hasSearch() || count($table)) {
|
||||
// TODO: temporarily disabled, this was a thing in dipl
|
||||
if (/*$table->hasSearch() || */count($table)) {
|
||||
$table->renderTo($this);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user