maiera / gde-app

Apache License 2.0
22 stars 9 forks source link

Errors when trying to add custom activities #144

Closed umaar closed 9 years ago

umaar commented 9 years ago

When I try to add a custom activity:

Uncaught TypeError: Cannot read property 'gde_name' of undefined myStatisticsCtrl.js:167
Uncaught TypeError: Cannot read property 'totalPlus1s' of undefined 

And end up discarding it as I can't get it to save. What could be wrong?

SmokyBob commented 9 years ago

Looking into it, seems a bug that came back after having it fixed some times ago... or my memory is tricking me again.

For the time being I've updated the record manually so you should be able to create new ones (the bug happens only when there is no activity record for a GDE

SmokyBob commented 9 years ago

Changes deployed.

umaar commented 9 years ago

Thanks!