Hello we have a page that loads a fragment via ajax,
the fragment have the scheduler load etc. this js fragmet is evaluated , the first time the scheduler loads the calendar ok, but when we reload another fragment with a scheduler, this don’t reload the data, scheduler show previous data.
we try clearAll but doesn’t work we are also using prevent_caching.
Seems that scheduler.js do something the first time that clearAll doesn’t do the other times.
What we can user to reset the scheduler and have it to reload events?
Hi,
the methods clearAll and load should work exactly the same way each time they called. Maybe the issues is caused by the way scheduler is added to the page. Can you send a sample that I could run to reproduce the problem?
Fixex i called clearAll before the init , calling after is ok,
thanks