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
{{ message }}
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
eventDataTransform is expected to return a transformed event object. But wrapFunctionWithScopeApply calls the wrapped function with $timeout which is async and the wrapper function just return nil.
To fix this issue, we have to keep a list of settings required to be sync and avoid wrap them with wrapFunctionWithScopeApply.
The text was updated successfully, but these errors were encountered:
and observe as nothing happens on the callback. As per fullcalendar's spec, when eventRender's callback returns false, the event is not rendered on the calendar.
eventDataTransform is expected to return a transformed event object. But wrapFunctionWithScopeApply calls the wrapped function with $timeout which is async and the wrapper function just return nil.
To fix this issue, we have to keep a list of settings required to be sync and avoid wrap them with wrapFunctionWithScopeApply.
The text was updated successfully, but these errors were encountered: