mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 09:14:08 +02:00
parent
9c766c0241
commit
4fda29c1f0
@ -72,6 +72,7 @@ class DeleteDowntimesCommandForm extends CommandForm
|
|||||||
$delDowntime = new DeleteDowntimeCommand();
|
$delDowntime = new DeleteDowntimeCommand();
|
||||||
$delDowntime
|
$delDowntime
|
||||||
->setDowntimeId($downtime->id)
|
->setDowntimeId($downtime->id)
|
||||||
|
->setDowntimeName($downtime->name)
|
||||||
->setIsService(isset($downtime->service_description));
|
->setIsService(isset($downtime->service_description));
|
||||||
$this->getTransport($this->request)->send($delDowntime);
|
$this->getTransport($this->request)->send($delDowntime);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user