mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-20 20:34:25 +02:00
Don't sort a data view on dump when the data view is already sorted
This commit is contained in:
parent
bb8478a219
commit
7f358ed88d
@ -95,7 +95,9 @@ abstract class DataView implements QueryInterface, SortRules, FilterColumns, Ite
|
||||
|
||||
public function dump()
|
||||
{
|
||||
if (! $this->isSorted) {
|
||||
$this->order();
|
||||
}
|
||||
return $this->query->dump();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user