Issue 2073: revertFunc() won't works
Status:  Done
Owner: ----
Closed:  Jun 2014
Reported by top4mu...@gmail.com, Jan 17, 2014
This the JSFiddle

http://jsfiddle.net/sW6DB/

and try to move an event to a day before Today.... it locks and chrome Console give me this "Uncaught TypeError: boolean is not a function" referring to the row with revertFunc()

Thanks for any help

Carlo
Jan 18, 2014
#1 top4mu...@gmail.com
Ok, I answer to myself....

this "eventDrop: function(event, dayDelta, minuteDelta, revertFunc) {" function was uncomplete.
It must be "eventDrop: function(event, dayDelta, minuteDelta, allDay, revertFunc) {"

Whith allDay variable.

The correct JS: http://jsfiddle.net/sW6DB/2/

Thanks anyway

Carlo
Jun 7, 2014
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Done