aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Reports.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2017-11-30 15:22:31 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-12-15 17:35:53 +0000
commitaf7a457bfaed2ba143aaeccfc7ccf2b8d443e22d (patch)
tree7c8244118b58600e314d77b682817927f68f2500 /perllib/FixMyStreet/App/Controller/Reports.pm
parentfb75d4f912c504b42d11f2c8f32b5dcff2b348b6 (diff)
[fixmystreet.com] Council average response time.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Reports.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Reports.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Reports.pm b/perllib/FixMyStreet/App/Controller/Reports.pm
index 5ac3da197..724fc7fbd 100644
--- a/perllib/FixMyStreet/App/Controller/Reports.pm
+++ b/perllib/FixMyStreet/App/Controller/Reports.pm
@@ -469,6 +469,7 @@ sub summary : Private {
$c->forward('/dashboard/construct_rs_filter');
$c->forward('/dashboard/generate_grouped_data');
+ $c->forward('/dashboard/generate_body_response_time');
$c->stash->{template} = 'reports/summary.html';
}