X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcomment%2Fsrc%2FPlugin%2Fviews%2Fwizard%2FComment.php;fp=web%2Fcore%2Fmodules%2Fcomment%2Fsrc%2FPlugin%2Fviews%2Fwizard%2FComment.php;h=7cc5c632cc05b0ae1d3b8b335b444978e9ba96c3;hp=8b7dc719ac0ccb4280406bd2bf19a70eabba193e;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/comment/src/Plugin/views/wizard/Comment.php b/web/core/modules/comment/src/Plugin/views/wizard/Comment.php index 8b7dc719a..7cc5c632c 100644 --- a/web/core/modules/comment/src/Plugin/views/wizard/Comment.php +++ b/web/core/modules/comment/src/Plugin/views/wizard/Comment.php @@ -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',