diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-10-15 09:19:31 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-10-15 09:19:31 +0100 |
commit | 8c3648ac301ca3b7931d23ee68cff31ac326e664 (patch) | |
tree | ecb4b4b96a880837d7af1a680e2ea7fa53c9aa90 /perllib/FixMyStreet/App/Controller/Admin/Triage.pm | |
parent | 171da27bfdd0858c11f064a6aea78c93a0d5b78e (diff) | |
parent | 586736940541d6e779faed841b103ac4272b6db3 (diff) |
Merge branch 'issues/commercial/1538-heatmap'
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Admin/Triage.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Admin/Triage.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Admin/Triage.pm b/perllib/FixMyStreet/App/Controller/Admin/Triage.pm index 385248cd1..50d1b1437 100644 --- a/perllib/FixMyStreet/App/Controller/Admin/Triage.pm +++ b/perllib/FixMyStreet/App/Controller/Admin/Triage.pm @@ -45,6 +45,7 @@ sub index : Path : Args(0) { } $c->stash->{body} = $c->forward('/reports/body_find', [ $c->cobrand->council_area ]); $c->forward( 'stash_report_filter_status' ); + $c->forward('/reports/stash_report_sort', [ $c->cobrand->reports_ordering ]); $c->forward( '/reports/load_and_group_problems' ); $c->stash->{page} = 'reports'; # So the map knows to make clickable pins |