mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
parent
ce4ae47805
commit
9ea916c5c6
1 changed files with 1 additions and 1 deletions
|
|
@ -523,7 +523,7 @@ abstract class Repository implements Selectable
|
|||
}
|
||||
} elseif ($this->legacySortRules === null) {
|
||||
$foundTables = array_intersect_key($this->getQueryColumns(), $this->sortRules);
|
||||
$this->legacyFilterColumns = empty($foundTables);
|
||||
$this->legacySortRules = empty($foundTables);
|
||||
}
|
||||
|
||||
if ($this->legacySortRules) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue