parent
39f225a627
commit
25a17b0bc9
|
@ -37,6 +37,7 @@ class CommentController extends Controller
|
||||||
'type' => 'comment_type',
|
'type' => 'comment_type',
|
||||||
'persistent' => 'comment_is_persistent',
|
'persistent' => 'comment_is_persistent',
|
||||||
'expiration' => 'comment_expiration',
|
'expiration' => 'comment_expiration',
|
||||||
|
'name' => 'comment_name',
|
||||||
'host_name',
|
'host_name',
|
||||||
'service_description',
|
'service_description',
|
||||||
'host_display_name',
|
'host_display_name',
|
||||||
|
@ -73,6 +74,7 @@ class CommentController extends Controller
|
||||||
->populate(array(
|
->populate(array(
|
||||||
'comment_id' => $this->comment->id,
|
'comment_id' => $this->comment->id,
|
||||||
'comment_is_service' => isset($this->comment->service_description),
|
'comment_is_service' => isset($this->comment->service_description),
|
||||||
|
'comment_name' => $this->comment->name,
|
||||||
'redirect' => $listUrl
|
'redirect' => $listUrl
|
||||||
))
|
))
|
||||||
->handleRequest();
|
->handleRequest();
|
||||||
|
|
Loading…
Reference in New Issue