icingaweb2/library
raviks789 199ea6f965 Prevent use of empty filters in FilterChain::toQueryString()
Due to instantiation of filters using Filter::matchAll() in ObjectList::getFilter(), we get an empty FilterAnd instance when
$this->filter is null. This prepends unnecessary separator '&' to the query string during conversion of filter to querystring.
This breaks the state badge links for host and service lists.
2022-04-29 10:38:26 +02:00
..
Icinga Prevent use of empty filters in FilterChain::toQueryString() 2022-04-29 10:38:26 +02:00
vendor Fix that false values in dropdowns get ignored 2022-04-06 16:34:34 +02:00