mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-12-16 01:14:39 +01:00
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.