Fix redirects in downtime multi view

refs #8624
This commit is contained in:
Matthias Jentsch 2015-05-07 17:33:38 +02:00
parent fff2d5c816
commit 8c5f2662ea
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ class Monitoring_DowntimesController extends Controller
$this->translate('Confirm removal of %d downtimes.'),
count($this->downtimes)
));
$delDowntimeForm->setRedirectUrl(Url::fromPath('monitoring/list/downtimes'));
$delDowntimeForm->setDowntimes($this->downtimes)->handleRequest();
$this->view->delDowntimeForm = $delDowntimeForm;
}