diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-18 17:18:34 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-18 17:18:34 +0100 |
commit | 9d8ad13ed231671f2ece5d81c5ce928807d0ba5f (patch) | |
tree | 6a6467cf2039abefb0fb98ad29b715221e79fd03 /perllib/FixMyStreet/App/Controller | |
parent | 6a2734fb46c9edebe6d455c4ab1984065cc64485 (diff) | |
parent | d2c9d3f4dbdff822f90a4934d858dabec2c85e17 (diff) |
Merge branch 'zurich-upgrade-openlayers'
Diffstat (limited to 'perllib/FixMyStreet/App/Controller')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Reports.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Reports.pm b/perllib/FixMyStreet/App/Controller/Reports.pm index 2b5777773..fbb0e94a1 100644 --- a/perllib/FixMyStreet/App/Controller/Reports.pm +++ b/perllib/FixMyStreet/App/Controller/Reports.pm @@ -36,6 +36,7 @@ sub index : Path : Args(0) { if ( $c->cobrand->moniker eq 'zurich' ) { $c->forward( 'stash_report_filter_status' ); $c->forward( 'load_and_group_problems' ); + $c->stash->{body} = { id => 0 }; # So template can fetch the list if ($c->get_param('ajax')) { $c->detach('ajax', [ 'reports/_problem-list.html' ]); |