Active
Project:
Term Fields
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2012 at 20:41 UTC
Updated:
19 Jul 2012 at 20:52 UTC
Using the sort by ... date feature doesn't correctly order the terms.
Comments
Comment #1
jimurl commentedAt first, when adding this date field handler, I got a 'function not found ' error referring to
$data = term_fields_format_date($data);in views/term_fields_handler_field_date.inc . Then, when using the 'sort by ' date type term field, it didn't order them correctly. I waded a little into the views classes, fields, handlers, but quickly got lost.