| Issue 2540: | renderEvent when event.source specified doesn't display the event | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Apologies, I'm relatively new to fullCalendar (which is fabulous!!) Calling renderEvent with sticky=false and an event.source specified seems to skip adding the event to the internal cache and thus never displays the event, even though it seems that was a legal, and anticipated scenario. Could the problem be that the cache.push(event) at EventManager.js:376 is slightly misplaced inside the test for !event.source (:371)? Moving the push outside the if seems to make everything much happier, but I didn't want to submit a pull request until folks more knowledgeable than I had a chance to review the issue! Thanks so much and apologies if I've gotten this completely wrong!
Aug 2, 2015
Project Member
#1
adamrs...@gmail.com
Status:
Done
|
|
| ► Sign in to add a comment |