Removed the body field in nodes of type person

This commit is contained in:
Manuel Cillero 2017-10-10 20:01:34 +02:00
parent 55692f7fa4
commit 6e1858d531
3 changed files with 2 additions and 15 deletions

View file

@ -32,7 +32,7 @@ function stormperson_list() {
'field' => 'spe.organization_title',
),
array(
'data' => t('Name'),
'data' => t('Full name'),
'field' => 'n.title',
),
array(