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