Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / comment / src / Plugin / views / wizard / Comment.php
index 8b7dc719ac0ccb4280406bd2bf19a70eabba193e..7cc5c632cc05b0ae1d3b8b335b444978e9ba96c3 100644 (file)
@@ -30,14 +30,6 @@ class Comment extends WizardPluginBase {
    * Set default values for the filters.
    */
   protected $filters = [
-    'status' => [
-      'value' => TRUE,
-      'table' => 'comment_field_data',
-      'field' => 'status',
-      'plugin_id' => 'boolean',
-      'entity_type' => 'comment',
-      'entity_field' => 'status',
-    ],
     'status_node' => [
       'value' => TRUE,
       'table' => 'node_field_data',