mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
parent
57328aa6ed
commit
c47465a732
@ -216,7 +216,7 @@ class FilterEditor extends AbstractWidget
|
||||
$filter = $this->getFilter();
|
||||
|
||||
if ($search !== null) {
|
||||
if ($this->searchColumns === null) {
|
||||
if (empty($this->searchColumns)) {
|
||||
if (strpos($search, '=') === false) {
|
||||
Notification::error(mt('monitoring', 'Cannot search here'));
|
||||
return $this;
|
||||
|
Loading…
x
Reference in New Issue
Block a user