monitoring: Remove allowCustomVars form the host status summary query
allowCustomVars is not needed on this query because all filters are passed to the underlying query. refs #9009
This commit is contained in:
parent
480becd3d6
commit
3f02197891
|
@ -10,11 +10,6 @@ use Icinga\Data\Filter\Filter;
|
|||
*/
|
||||
class HoststatussummaryQuery extends IdoQuery
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected $allowCustomVars = true;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue