It is impossible to choose a date from the calendar if your date is in January as the add date button never shows.
This is due to a javascript issue where the previous links javascript variable is not set anywhere within the main line execution of the script and as a result, the appending of the previous link to the button area fails silently thus, not allowing any other items to be appended.
Patch follows.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | missing_add_button-1394360-1.patch | 1.89 KB | _randy |
Comments
Comment #1
_randy commentedHere's the patch
Comment #2
SebCorbin commentedThanks a lot for the report and the patch! Committed to 7.x-1.x-dev