Editting occurence for recurring event didn't save into DB

Hi

I deployed the scheduler in struts/spring framework, but I found a problem for editing occurrence of recurring event the first time.

When I edited occurence for recurring event the first time, I updated the title/description and clicked the save. But the program didn’t save my changes in the first time. It created a new record for the updated event with correct parent id, but all the lightbox changes were lost.
When the event has its own id created in DB, I modified the event the second time, the lightbox changes would be saved.
I don’t know why the program lost the changes the first time when it need to create a new event with the parent event information in the record.

I deleted all our customization for the attachEvent, but the problem still exists.
Please see the attached file and how can I debug the problem and what could be the problem?

Thanks a lot,
Jessie




Hi,

Seems you have several sections(name and description in your case) in the lightbox that is mapped to ‘event.text’ value.

You change the value of first section, but it is updated with the value from the second lightbox section before saving.
The similar behaviour you can check here if uncomment line 13.
docs.dhtmlx.com/scheduler/snippet/84502211

Have you the same situation? I haven’t your lightbox configurations, so I can only suppose it.