aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Dashboard.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-01-17 09:43:02 +0000
committerMatthew Somerville <matthew@mysociety.org>2020-01-17 09:43:02 +0000
commite0c2c73991904b7586f9404f36e3193caeab4887 (patch)
tree936cbd0a264701b9dcc3569891e82dc4ed83a349 /perllib/FixMyStreet/App/Controller/Dashboard.pm
parentdf174234d36460215e880aca68e0a4c6633f04e1 (diff)
parent609ed81c84129744cfbc9bc8616e0e04a861fd9a (diff)
Merge branch 'dashboard-optgroup'
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Dashboard.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Dashboard.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Dashboard.pm b/perllib/FixMyStreet/App/Controller/Dashboard.pm
index f226e08de..3a4480e85 100644
--- a/perllib/FixMyStreet/App/Controller/Dashboard.pm
+++ b/perllib/FixMyStreet/App/Controller/Dashboard.pm
@@ -109,6 +109,7 @@ sub index : Path : Args(0) {
$c->forward('/admin/fetch_contacts');
$c->stash->{contacts} = [ $c->stash->{contacts}->all ];
+ $c->forward('/report/stash_category_groups', [ $c->stash->{contacts}, 0 ]);
# See if we've had anything from the body dropdowns
$c->stash->{category} = $c->get_param('category');