Current Vesion

We are having intermittent problems where the data processor is firing the save event more than once.

First thing I need to do is determine if we are on the newest release which fixes all knows bugs.

The file says we are using: dhtmlxScheduler v.4.3.1

We are also include: minical, treetimeline, tooltip, readonly, limit, units, timeline and recurring.

Can I get the most recent production ready release?

Brian

Hello,
please open a ticket in our support system support.dhtmlx.com/ , we’ll send you the latest stable build.
Regarding the problem with firing events - usually it happens when the handler is attached multiple times. Make sure that code that calls scheduler.attachEvent is called only once. You can place the debugger; in code there to see if it’s called several times and the handlers are stacked