CalenStyle icon indicating copy to clipboard operation
CalenStyle copied to clipboard

removeEvents raise error undefined

Open dftoro opened this issue 6 years ago • 0 comments

Calling first removeEvents function and after to refreshView, raise error "Cannot read property 'getDate' of undefined". I think this happen becouse events array is changed by only id's events.

_removeEventsWithIds: function(sArrRemoveIds): oArrEventsTemp.push(oTempEvent.id);

Changing by: oArrEventsTemp.push(oTempEvent);

It does not happen

This is a bug or I don't understanding correctly ?

dftoro avatar Mar 01 '18 16:03 dftoro