diff options
author | Dave Arter <davea@mysociety.org> | 2015-10-06 16:25:45 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2015-10-06 16:25:45 +0100 |
commit | c327ab956418d8217fa02443a90233be906afa78 (patch) | |
tree | aa6cb8f48dc41728a7fb590b120ee179a5852963 /perllib | |
parent | 47b851e09c581498bd3f632ee6805a2eae846da3 (diff) |
[Zurich] Fix map on /reports
Diffstat (limited to 'perllib')
-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 9dc0ad6bc..3bd7e592b 100644 --- a/perllib/FixMyStreet/App/Controller/Reports.pm +++ b/perllib/FixMyStreet/App/Controller/Reports.pm @@ -33,6 +33,7 @@ sub index : Path : Args(0) { # Zurich goes straight to map page, with all reports if ( $c->cobrand->moniker eq 'zurich' ) { + $c->forward( 'stash_report_filter_status' ); $c->forward( 'load_and_group_problems' ); my $pins = $c->stash->{pins}; $c->stash->{page} = 'reports'; |