mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-24 15:54:08 -04:00
index: Don't drop query parameters when redirecting to dashboard
This commit is contained in:
parent
5ca97c14d6
commit
a2e1663e34
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class IndexController extends ActionController
|
|||
public function preDispatch()
|
||||
{
|
||||
if ($this->getRequest()->getActionName() !== 'welcome') {
|
||||
$this->redirectNow('dashboard');
|
||||
$this->redirectNow(Url::fromRequest()->setPath('dashboard'));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue