Active
Project:
Email Field
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2008 at 14:16 UTC
Updated:
18 Jun 2008 at 15:59 UTC
When creating View email column in table could not be sorted
| Comment | File | Size | Author |
|---|---|---|---|
| table2.PNG | 23.25 KB | Michael_XIII | |
| table.PNG | 17.53 KB | Michael_XIII |
Comments
Comment #1
Michael_XIII commentedafter applying http://drupal.org/node/256566 and make some movies it works, but looks like
,'sortable' => true need in line 33
'email' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => "''"
,'sortable' => true
),