aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Admin.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-08 13:49:41 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-08 13:49:41 +0000
commitd41b500e09fcc5ca348e9f4f6886bfc1b1e50d8b (patch)
treefe2a7713683d4ac387c17e8536e369052344a837 /perllib/FixMyStreet/App/Controller/Admin.pm
parente3bce6312ed59ccd462cae69d214efdb1c19cbbc (diff)
Allow Zurich admin to change location of pin, with confirmation (fixes a1).
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Admin.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Admin.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Admin.pm b/perllib/FixMyStreet/App/Controller/Admin.pm
index 2ade99450..0f072b9a2 100644
--- a/perllib/FixMyStreet/App/Controller/Admin.pm
+++ b/perllib/FixMyStreet/App/Controller/Admin.pm
@@ -622,6 +622,7 @@ sub report_edit : Path('report_edit') : Args(1) {
$c->forward('get_token');
if ( $c->cobrand->moniker eq 'zurich' ) {
+ $c->stash->{page} = 'admin';
FixMyStreet::Map::display_map(
$c,
latitude => $problem->latitude,