mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
parent
ce4ae47805
commit
9ea916c5c6
@ -523,7 +523,7 @@ abstract class Repository implements Selectable
|
|||||||
}
|
}
|
||||||
} elseif ($this->legacySortRules === null) {
|
} elseif ($this->legacySortRules === null) {
|
||||||
$foundTables = array_intersect_key($this->getQueryColumns(), $this->sortRules);
|
$foundTables = array_intersect_key($this->getQueryColumns(), $this->sortRules);
|
||||||
$this->legacyFilterColumns = empty($foundTables);
|
$this->legacySortRules = empty($foundTables);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->legacySortRules) {
|
if ($this->legacySortRules) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user