Active
Project:
Trackfield
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2008 at 09:24 UTC
Updated:
8 Jul 2011 at 07:22 UTC
The formatter function trackfield_graph_field_formatter does not display profiles inside views. This is because of the following check:
if (!in_array('altitude', split(',', $fset[0]['trackdatasets']))) { return; }
I cannot decide whether to just remove this or make it more intelligent at this point. Workaround is to simply comment this line out.
Comments
Comment #1
raintonr commentedStill the same in v6. v5 is no longer under development.