In the lastest volunteer module, the email address doesn't show in the volunteer admin table.

Comments

Torenware’s picture

Category: bug » feature

This appears to be a "feature request", rather than a bug. This code has not changed since rev. 1328 in CivicSpace's SVN repository:

1125      ankur   $header = array(
  1125      ankur     array('data' => t('Name')),
  1125      ankur     array('data' => t('Event'), 'field' => 'n.title'),
  1328      robin     array('data' => t('Date'), 'field' => 'v.timestamp', 'sort' => 'desc'),
  1328      robin     array('data' => t('Stage'), 'field' => 'v.stage')
  1125      ankur   );
  1125      ankur   $sql .= tablesort_sql($header);

It's an easy change to make, but is not a bug.

Amazon’s picture

Assigned: Unassigned » Amazon
Status: Active » Closed (fixed)

We won't be adding this functionality.