Fix list-all link in host multi views opened from a service-selection

refs #8565
This commit is contained in:
Matthias Jentsch 2015-04-07 17:43:45 +02:00
parent eeb5a38b6c
commit 028c3ba08c

View File

@ -58,7 +58,7 @@ class Monitoring_HostsController extends Controller
) )
)->activate('show'); )->activate('show');
$this->view->listAllLink = Url::fromRequest()->setPath('monitoring/list/hosts'); $this->view->listAllLink = Url::fromRequest()->setPath('monitoring/list/hosts')->setQueryString($filterString);
} }
protected function handleCommandForm(ObjectsCommandForm $form) protected function handleCommandForm(ObjectsCommandForm $form)