mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-08 16:12:43 -04:00
parent
9c766c0241
commit
4fda29c1f0
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ class DeleteDowntimesCommandForm extends CommandForm
|
|||
$delDowntime = new DeleteDowntimeCommand();
|
||||
$delDowntime
|
||||
->setDowntimeId($downtime->id)
|
||||
->setDowntimeName($downtime->name)
|
||||
->setIsService(isset($downtime->service_description));
|
||||
$this->getTransport($this->request)->send($delDowntime);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue