diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-08-09 12:56:53 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-08-09 14:33:20 +0100 |
commit | 08acb4fa76587232eb9b73124582639db15607c1 (patch) | |
tree | 36f98b95226b0e6df34e6ed3a6ecdfe47318011d /perllib/FixMyStreet/App/Controller/Report.pm | |
parent | 8645ec250a0686b7b348b72d6acc82420fb6aaa8 (diff) |
Fix inspector dragging of pins.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Report.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Report.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report.pm b/perllib/FixMyStreet/App/Controller/Report.pm index a4a726c51..e285687bc 100644 --- a/perllib/FixMyStreet/App/Controller/Report.pm +++ b/perllib/FixMyStreet/App/Controller/Report.pm @@ -251,7 +251,7 @@ sub generate_map_tags : Private { latitude => $problem->latitude, longitude => $problem->longitude, pins => $problem->used_map - ? [ $problem->pin_data($c, 'report', type => 'big') ] + ? [ $problem->pin_data($c, 'report', type => 'big', draggable => 1) ] : [], ); |