Fix list-all link in host multi views opened from a service-selection
refs #8565
This commit is contained in:
parent
eeb5a38b6c
commit
028c3ba08c
|
@ -58,7 +58,7 @@ class Monitoring_HostsController extends Controller
|
|||
)
|
||||
)->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)
|
||||
|
|
Loading…
Reference in New Issue