Closed (works as designed)
Project:
Views TimelineJS integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2012 at 20:05 UTC
Updated:
27 Nov 2012 at 09:57 UTC
This causes no field to be selectable in the timelinejs settings on a view
when you save, get_value always gets a non-object and thus a fatal error
PHP Fatal error: Call to a member function get_value() on a non-object in views_timelinejs/views_timelinejs_plugin_style_timelinejs.inc on line 278
Comments
Comment #1
operinko commentedI just added support for Date (ISO) and Date (Timestamp) type fields as date sources.
Can you explain the image field issue a bit more?
I can't seem to reproduce it with the core image field at all.
Comment #2
operinko commentedComment #3
socialnicheguru commentedi used the file field + media.
I suppose this combination is not supported.
It could be added to the feature request list
Comment #4
operinko commentedThe module currently handles field support with ctools plugins.
You should be able to extend it with a simple enough file (the module passes on all media field information to the plugin system and expects a url to the media in return).
I won't have the chance to add a new field for now atleast, being a bit busy with other projects.
If you do decide to add a plugin for file fields, you could consider dropping a patch for it here and I'll commit it as soon as I get a chance.