Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

bug on new event then change month (you can see it in demo) #234

Closed
smetsboris opened this issue Feb 27, 2015 · 2 comments
Closed

bug on new event then change month (you can see it in demo) #234

smetsboris opened this issue Feb 27, 2015 · 2 comments

Comments

@smetsboris
Copy link

Hi, in the demo if you had an event and then change month, the event disappear. But if you click on change lang , new event is appearing !! It seems the watcher is working for a change on the uiconfig but not on eventSources's array...

@joe-schorn
Copy link

This may be related to sticky events discussed in this issue: #99

try @linkolen's suggestion:

just go to your calendar.js and change onAdded
eventsWatcher.onAdded = function(event) {
scope.calendar.fullCalendar('renderEvent', event,true);
};

@smetsboris
Copy link
Author

thanks a lot!! it did the tricks!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants