mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
RepositoryQuery: Ensure compatibility with the FilterEditor widget
refs #8826
This commit is contained in:
parent
842b043f7f
commit
f9089c3e0c
@ -65,6 +65,16 @@ class RepositoryQuery implements QueryInterface
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return the columns to fetch
|
||||||
|
*
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
public function getColumns()
|
||||||
|
{
|
||||||
|
return $this->query->getColumns();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set which columns to fetch
|
* Set which columns to fetch
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user