Closed (fixed)
Project:
Views TimelineJS integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
1 Dec 2012 at 00:16 UTC
Updated:
4 Jan 2014 at 02:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
operinko commentedThe Link field should be supported by the module already.
Comment #2
operinko commentedThat should be enough to satisfy the "Accept raw URLs" criteria, although it would be very easy to write some sort of support for text fields as well.
But since the Link field already has URL validation built-in, I'm a bit hesitant to extend support for plain text fields.
Sure, every media field goes through a callback function which could and should validate the URL, I'd say it's still duplicate work.
Comment #3
fluxsauce commentedHuh. I could have sworn I tested this and it wasn't working... but then I see you added support for the link field value in 67994829337e7121bab5b85a52a4e7e7da8fdbc5 on December 11 after I submitted this request but before you posted saying it worked. Sneaky ;-)
Now that the link field value is now supported, it sorts the initial problem, but the interface still says "Only image fields are currently supported".
I've attached a patch that addresses the usability issue of the interface and also cleaned up the other labels.
Login (admin:admin).
/node/add/timeline-date
/admin/structure/views/view/timeline/edit (Ignore the AJAX errors for now)
Comment #4
operinko commentedPatch has some errors (mainly stuff like
'#title' => ('Headline'),and the same for Body text. That is, it's missing t.).I'll try to get some work done on the module during this week still :)
Comment #5
fluxsauce commentedWell, that's embarrassing. Good catch! I cleaned up the rest of the form elements as penance.
Comment #6
operinko commentedLooks good, committed and attributed.