Closed (fixed)
Project:
FullCalendar
Version:
7.x-2.x-dev
Component:
Views
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2011 at 21:44 UTC
Updated:
18 Jun 2011 at 01:51 UTC
It appears that the FullCalendar view I just created will only default to a specific month/year but not actual date - if I set the default pulldown to any specific date within the current month, it will display the current date (ie. today), when set to a month other than the current month, it will always display the 1st of that month.
* Tested with both Day (basic) and Day (agenda) displays.
q./
Comments
Comment #1
tim.plunkettFixed this. It was "day", should have been "date". Also cleaned up some of the ctools processing related to #dependency.
A note, the explicit addition of
'#pre_render' => array('ctools_dependent_pre_render'),is only until #1177198: Allow CTools to process #dependency for date elements is committed.http://drupalcode.org/project/fullcalendar.git/commit/5b3ad94
Comment #2
designguru commentedExcellent! I reinstalled the latest release and its working now!
Thanks,
Qasim