Currently "undefined index" errors are produced if not using an option end date. This fixes it.
| Comment | File | Size | Author |
|---|---|---|---|
| views_timlinejs-optional_enddate.patch | 5.66 KB | imclean |
Currently "undefined index" errors are produced if not using an option end date. This fixes it.
| Comment | File | Size | Author |
|---|---|---|---|
| views_timlinejs-optional_enddate.patch | 5.66 KB | imclean |
Comments
Comment #1
fluxsauce commentedDiff looks good, will fully exercise Monday.
Also, just from a refactoring point of view (out of scope for this issue), "value" and "value2" are dodgy names and should be something cleaner.
Comment #2
operinko commentedTrue, those "value" and "value2" return variables *could* be changed into something more sensible, but I ended up using those due to the fact that the start and end values are named in that same manner in Date module as well.
Applied your patch, attributed the commit to you.
Thank you for these, I've been quite busy with another project as of late and this has sadly started lagging behind.
Comment #3
imclean commentedExcept I submitted the patch! :-)
Comment #4
operinko commentedOh crap :/
So you did, sorry :(
I'll see if I can fix it :)