mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-10-27 01:14:04 +01:00
Depeding on the current filter, Filter::andFilter() may return a new filter object w/ the and filter applied or the and filter is applied to the object itself. The FilterEditor did not make use of the return value of Filter::andFilter() thus resulting in no-op searches in some scenarios.