codefordenver/encorelink

BUG: Volunteer Signup is Broken

Closed this issue · 1 comments

If I log in as a volunteer and go to the Events Details page, and click the Sign Up button, nothing happens. This error is thrown in the browser console:

Uncaught TypeError: Cannot read property 'id' of undefined
at callApi (eventActions.js:50)
at handlePromise (promiseMiddleware.js:27)
at eval (promiseMiddleware.js:46)
at eval (index.js:14)
at eval (bindActionCreators.js:7)
at onClick (Event.js:66)
at Object.ReactErrorUtils.invokeGuardedCallback (ReactErrorUtils.js:70)
at executeDispatch (EventPluginUtils.js:89)
at Object.executeDispatchesInOrder (EventPluginUtils.js:112)
at executeDispatchesAndRelease (EventPluginHub.js:44)
callApi @ eventActions.js:50
handlePromise @ promiseMiddleware.js:27
(anonymous) @ promiseMiddleware.js:46
(anonymous) @ index.js:14
(anonymous) @ bindActionCreators.js:7
onClick @ Event.js:66
ReactErrorUtils.invokeGuardedCallback @ ReactErrorUtils.js:70
executeDispatch @ EventPluginUtils.js:89
executeDispatchesInOrder @ EventPluginUtils.js:112
executeDispatchesAndRelease @ EventPluginHub.js:44
executeDispatchesAndReleaseTopLevel @ EventPluginHub.js:55
forEachAccumulated @ forEachAccumulated.js:25
processEventQueue @ EventPluginHub.js:231
runEventQueueInBatch @ ReactEventEmitterMixin.js:18
handleTopLevel @ ReactEventEmitterMixin.js:29
handleTopLevelImpl @ ReactEventListener.js:73
perform @ Transaction.js:138
batchedUpdates @ ReactDefaultBatchingStrategy.js:63
batchedUpdates @ ReactUpdates.js:98
dispatchEvent @ ReactEventListener.js:150

not really a bug - I had a floating change in my local repo