Closed djoey123 closed 2 years ago
Fixed for me with this changes in source https://github.com/djoey123/scheduler/commit/c19577fc73de0755174cfd8073abc95a39402625
The issue is closed due to inactivity. If anybody still has this issue - please feel free to reopen, but please be sure to provide enough info to reproduce the issue - it can be either a standalone zip package with demo, or a demo made using our snippet tool http://snippet.dhtmlx.com/29dd2e6d4
I got some problems with an custom lightbox. Maybe someone could help me with it.
while creating an new event, if the server reports an error, and i click close, the Event is not removed from the Scheduler, it keeps existing.
next problem: If i check the custom lightbox with an input check:
It checks with succes, but if i save the event again, it reports ev not defined.
When i check the state after onBeforeUpdate, it shows that lightbox_id is NULL.
i fixed the first problem with an global var... not the best way
Still got no good solution for problem 2