diff --git a/content_views.inc b/content_views.inc index 03d380441b529226c7494f7f19b5882938e96d9e..cb44f53c8beb89c0afbc98748fee191fc88b7404 100644 --- a/content_views.inc +++ b/content_views.inc @@ -47,6 +47,12 @@ function content_views_field_views_data($field) { $data = array(); $data['table']['group'] = t('Field'); + $data['table']['base'] = array( + 'field' => 'vid', + 'title' => t('Field'), + 'help' => t('The field type allows views of Content module fields.'), + ); + $data['table']['join']['node'] = array( 'handler' => 'views_join', 'arguments' => array($db_info['table'], 'node', 'vid', 'vid')