Julian Herrero
fd71ed825b
Avoid error when accessing final votes stats before balloting phase
...
When accessing the URL `/admin/stats/budget_balloting?budget_id=X'
for a budget in a phase prior to the balloting phase, the following
error was raised due to the stats where not calculated yet.
Instead, we'll now show a flash message.
NoMethodError:
undefined method `[]' for nil:NilClass
./app/controllers/admin/stats_controller.rb:82
2019-06-10 17:28:16 +02:00
..
2019-03-19 12:33:07 +01:00
2019-06-10 17:28:16 +02:00
2019-06-06 13:08:05 +02:00
2019-06-05 16:19:31 +02:00
2019-05-31 11:41:01 +02:00
2019-06-01 11:06:34 +02:00
2019-03-25 14:58:54 +01:00
2019-04-16 17:28:07 +02:00
2019-04-30 11:35:47 +02:00
2019-03-25 14:58:54 +01:00
2019-03-19 12:33:07 +01:00
2017-11-18 10:44:52 +01:00
2019-05-21 12:54:42 +02:00
2019-06-05 19:15:21 +02:00
2019-04-24 13:58:22 +02:00
2019-06-05 16:22:12 +02:00
2019-05-31 18:22:59 +02:00
2019-03-19 12:33:07 +01:00
2019-01-24 17:40:09 +01:00
2019-03-19 12:16:50 +01:00
2019-03-25 14:58:54 +01:00
2019-05-24 15:20:54 +02:00
2019-03-19 12:33:07 +01:00
2019-03-19 12:33:07 +01:00
2019-05-29 15:49:28 +02:00
2019-03-19 12:16:50 +01:00
2019-06-04 17:29:31 +02:00
2019-03-19 12:33:07 +01:00
2019-05-31 18:22:59 +02:00
2019-06-02 19:12:26 +02:00
2019-03-19 12:33:07 +01:00
2019-04-29 15:46:27 +02:00
2019-06-05 16:19:31 +02:00
2019-03-22 16:15:48 +01:00
2019-04-17 17:40:55 +02:00