mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 11:19:14 +02:00
The monitoring module's ListController should only operate on data views instead of queries. Thus the applyRestrictions() method now expects a data view instead of a query. Further since filters are subject to change the applyRestrictions() method now does nothing. The `hostsAction()' no longer uses `DataView::fromRequest()' but selects the data view from a monitoring backend. `DataView::fromRequest()' orders the underlying query which must be reworked in the current scenario.