| Issue 790: | .fullCalendar('rerenderEvents') doesn't rerender events | |
| 1 person starred this issue and may be notified of changes. | Back to list |
After upgrading to version 1.4.10 I noticed that calls to .fullCalendar('rerenderEvents') did nothing. Comparing the source to an older version, I found that the following line was missing around line 192 inside function Calendar():
t.rerenderEvents = rerenderEvents; // todo: seems liks an EventManager thing
Adding it back into the 1.4.10 source fixes this problem.
Jan 27, 2011
#1
Philipma...@gmail.com
Feb 14, 2011
got it. sorry about this mistake. will get it fixed
Status:
Accepted
Feb 24, 2011
this is fixed in the newly released 1.4.11.
Status:
Fixed
Aug 13, 2013
(No comment was entered for this change.)
Status:
Implemented
Aug 13, 2013
(No comment was entered for this change.)
Status:
Released
|
|
| ► Sign in to add a comment |