Needs work
Project:
Signup
Version:
6.x-1.0-rc6
Component:
Views integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2010 at 10:42 UTC
Updated:
28 Dec 2010 at 19:22 UTC
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
Comment #1
ezra-g commentedThanks for pointing this out. Care to roll a patch?
Comment #2
ezra-g commented