diff --git a/core/modules/comment/comment.views.inc b/core/modules/comment/comment.views.inc index 6167e58..3253cb7 100644 --- a/core/modules/comment/comment.views.inc +++ b/core/modules/comment/comment.views.inc @@ -531,7 +531,7 @@ function comment_views_data_alter(&$data) { ); // Comment status of the node - $data['node']['comment'] = array( + $data['node_property_data']['comment'] = array( 'title' => t('Comment status'), 'help' => t('Whether comments are enabled or disabled on the node.'), 'field' => array( diff --git a/core/modules/views/config/views.view.tracker.yml b/core/modules/views/config/views.view.tracker.yml index 5d0eeae..f043d79 100644 --- a/core/modules/views/config/views.view.tracker.yml +++ b/core/modules/views/config/views.view.tracker.yml @@ -59,13 +59,6 @@ display: table: node_comment_statistics field: last_comment_timestamp label: 'Last Post' - timestamp: - id: timestamp - table: history - field: timestamp - label: '' - link_to_node: 0 - comments: 1 new_comments: id: new_comments table: node