Issue #2039677 by lokapujya: Fixed 'provider' keys for comment wizard default filter definitions.

8.0.x
Alex Pott 2013-09-21 18:47:41 +02:00
parent d200436055
commit b3b073ea57
1 changed files with 2 additions and 2 deletions

View File

@ -54,13 +54,13 @@ class Comment extends WizardPluginBase {
'value' => TRUE,
'table' => 'comment',
'field' => 'status',
'provider' => 'user'
'provider' => 'comment'
),
'status_node' => array(
'value' => TRUE,
'table' => 'node_field_data',
'field' => 'status',
'provider' => 'user',
'provider' => 'node',
'relationship' => 'nid'
)
);