parent
9c766c0241
commit
4fda29c1f0
|
@ -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 New Issue