ICTatRTI / coconut-analytics

Browserified & backboned version of coconut-reports
Other
2 stars 3 forks source link

"How fast are follow-ups occurring" report hung #321

Closed scloo closed 6 years ago

scloo commented 6 years ago

Console shows the following error:

Uncaught (in promise) Reports.coffee 428

TypeError: Cannot read property 'caseIds' of undefined at http://localhost:8081/bundle.js:7473:26 at Function..each..forEach (http://localhost:8081/bundle.js:152547:9) at _.(anonymous function) [as each] (http://localhost:8081/bundle.js:153890:34) at http://localhost:8081/bundle.js:7469:23 at

scloo commented 6 years ago

This issue is caused by those cases that do not have user attribute value. Fixed by added a check for user before executing the codes that follows.

gmcressman commented 6 years ago

Fixed.