@@ -372,27 +227,12 @@ public function getViewsData() {
),
);
$data['node_field_data']['uid']=array(
'title'=>t('Author uid'),
'help'=>t('The user authoring the content. If you need more fields than the uid add the content: author relationship'),
'relationship'=>array(
'title'=>t('Content author'),
'help'=>t('Relate content to the user who created it.'),
'id'=>'standard',
'base'=>'users',
'field'=>'uid',
'label'=>t('author'),
),
'filter'=>array(
'id'=>'user_name',
),
'argument'=>array(
'id'=>'numeric',
),
'field'=>array(
'id'=>'user',
),
);
$data['node_field_data']['uid']['help']=t('The user authoring the content. If you need more fields than the uid add the content: author relationship');