You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 ?
The text was updated successfully, but these errors were encountered: