parent
69db59a38e
commit
39f225a627
|
@ -422,6 +422,7 @@ class ListController extends Controller
|
|||
'type' => 'comment_type',
|
||||
'persistent' => 'comment_is_persistent',
|
||||
'expiration' => 'comment_expiration',
|
||||
'name' => 'comment_name',
|
||||
'host_name',
|
||||
'service_description',
|
||||
'host_display_name',
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
$deleteButton->populate(
|
||||
array(
|
||||
'comment_id' => $comment->id,
|
||||
'comment_is_service' => isset($comment->service_description)
|
||||
'comment_is_service' => isset($comment->service_description),
|
||||
'comment_name' => $comment->name
|
||||
)
|
||||
);
|
||||
$deleteButton->getElement('btn_submit')
|
||||
|
|
Loading…
Reference in New Issue