mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
parent
39f225a627
commit
25a17b0bc9
@ -37,6 +37,7 @@ class CommentController extends Controller
|
||||
'type' => 'comment_type',
|
||||
'persistent' => 'comment_is_persistent',
|
||||
'expiration' => 'comment_expiration',
|
||||
'name' => 'comment_name',
|
||||
'host_name',
|
||||
'service_description',
|
||||
'host_display_name',
|
||||
@ -73,6 +74,7 @@ class CommentController extends Controller
|
||||
->populate(array(
|
||||
'comment_id' => $this->comment->id,
|
||||
'comment_is_service' => isset($this->comment->service_description),
|
||||
'comment_name' => $this->comment->name,
|
||||
'redirect' => $listUrl
|
||||
))
|
||||
->handleRequest();
|
||||
|
Loading…
x
Reference in New Issue
Block a user