mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-07 21:05:18 +02:00
Preparing base query before creating alias indexes.
* This allows the joinBaseTables functions to adjust columns in time
This commit is contained in:
parent
bd983c7478
commit
d15481b643
@ -60,8 +60,8 @@ abstract class AbstractQuery extends Query
|
||||
}
|
||||
}
|
||||
|
||||
$this->prepareAliasIndexes();
|
||||
$this->joinBaseTables();
|
||||
$this->prepareAliasIndexes();
|
||||
}
|
||||
|
||||
protected function isCustomVar($alias)
|
||||
|
Loading…
x
Reference in New Issue
Block a user