monitoring: Select comment_is_persistent for comments in the detail area
This commit is contained in:
parent
74b715e3d2
commit
7858343605
|
@ -322,6 +322,7 @@ abstract class MonitoredObject implements Filterable
|
|||
'comment' => 'comment_data',
|
||||
'expiration' => 'comment_expiration',
|
||||
'id' => 'comment_internal_id',
|
||||
'persistent' => 'comment_is_persistent',
|
||||
'timestamp' => 'comment_timestamp',
|
||||
'type' => 'comment_type'
|
||||
));
|
||||
|
|
Loading…
Reference in New Issue