I was trying to figure out why the options weren't exporting, and it turns out that they're not set. The Views API requires the options to be defined; the existing code has a long series of issets to compensate, but it addressed the symptom and not the root cause.
http://api.drupal.org/api/views/includes!base.inc/function/views_object%...
There is also a semi-related bug with the start_at_end value getting clobbered by the hash_bookmark value; this will be repaired in the forthcoming patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views_timelinejs-optiondefs-1855560-1.patch | 6.99 KB | fluxsauce |
Comments
Comment #1
fluxsauce commentedComment #2
operinko commentedGood catch, applied the patch and attributed the commit to you.