Views using the field "Signup: User: Email Address" are not sortable by that field. The problem is in signup.views.inc, where $data['signup_log']['email'] should be $data['signup_log']['anon_mail'] so that the database can locate the data properly. Also, 'click sortable' => TRUE, should be moved into the 'field' array.

Comments

ezra-g’s picture

Thanks for pointing this out. Care to roll a patch?

ezra-g’s picture

Status: Needs review » Needs work