Removed the body field in nodes of type person
This commit is contained in:
parent
55692f7fa4
commit
6e1858d531
3 changed files with 2 additions and 15 deletions
|
@ -32,7 +32,7 @@ function stormperson_list() {
|
|||
'field' => 'spe.organization_title',
|
||||
),
|
||||
array(
|
||||
'data' => t('Name'),
|
||||
'data' => t('Full name'),
|
||||
'field' => 'n.title',
|
||||
),
|
||||
array(
|
||||
|
|
Reference in a new issue