This repository was archived by the owner on Sep 8, 2020. It is now read-only.
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
wrapFunctionWithScopeApply breaks eventDataTransform #122
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels