| Issue 1951: | Week Number Not Displayed in Agenda Views | |
| 1 person starred this issue and may be notified of changes. | Back to list |
The week number is not displayed correctly in agendaWeek and agendaDay views as the 'date' variable is not initialized.
Within function buildDayTableHeadHTML() ...
if (showWeekNumbers) {
date = cellToDate(0, 0); //Add this line to initialize date
weekText = formatDate(date, weekNumberFormat);
Aug 5, 2013
#1
NorrisTh...@googlemail.com
Aug 12, 2013
This bug is in the 1.6.3 version, the fix above works here too.
Aug 25, 2013
(No comment was entered for this change.)
Summary:
Week Number Not Displayed in Agenda Views
(was: Bug: Week Number Not Displayed in Agenda Views)
Status: Accepted Labels: -Type-Defect Type-Bug
Aug 28, 2013
(No comment was entered for this change.)
Labels:
milestone-1.6.4
Aug 31, 2013
https://github.com/arshaw/fullcalendar/commit/f26e9550f2143c430975ec437099418548baeee5
Status:
Implemented
Sep 1, 2013
this has been released v1.6.4 https://github.com/arshaw/fullcalendar/blob/v1.6.4/changelog.txt
Status:
Released
|
|
| ► Sign in to add a comment |