mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
parent
b0be1e56dd
commit
5737521683
@ -72,6 +72,7 @@ class DeleteCommentsCommandForm extends CommandForm
|
|||||||
$cmd = new DeleteCommentCommand();
|
$cmd = new DeleteCommentCommand();
|
||||||
$cmd
|
$cmd
|
||||||
->setCommentId($comment->id)
|
->setCommentId($comment->id)
|
||||||
|
->setCommentName($comment->name)
|
||||||
->setIsService(isset($comment->service_description));
|
->setIsService(isset($comment->service_description));
|
||||||
$this->getTransport($this->request)->send($cmd);
|
$this->getTransport($this->request)->send($cmd);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user