diff options
author | Hakim Cassimally <hakim@mysociety.org> | 2015-03-25 15:32:28 +0000 |
---|---|---|
committer | Hakim Cassimally <hakim@mysociety.org> | 2015-03-31 08:57:16 +0000 |
commit | 7d30cd077274e52d78a982b59f185035ba93cb57 (patch) | |
tree | 8d850d6bad45d8b3aab0b5e784d853efe655a819 /perllib/FixMyStreet/App/Controller/Open311.pm | |
parent | 23322ba49b2a5e2f3d6b85419176091f2d1089ab (diff) |
[Zurich] add columns to stats export
- Original Report description
- Amended Report description (unsure what this is)
- Media URL (currently one picture, in the future 1-3 pictures)
- Interface used (see open311)
- Requested datetime (see open311) (seems to be same as
created)
- Agency sent datetime (see open311)
- Updated datetime (see open311)
- Council-Response
- title
as per https://github.com/mysociety/FixMyStreet-Commercial/issues/678
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Open311.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Open311.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Open311.pm b/perllib/FixMyStreet/App/Controller/Open311.pm index b0052291b..64b21db6b 100644 --- a/perllib/FixMyStreet/App/Controller/Open311.pm +++ b/perllib/FixMyStreet/App/Controller/Open311.pm @@ -257,8 +257,7 @@ sub output_requests : Private { $problem->get_extra_metadata('public_response') ]; } - - if ( $c->cobrand->moniker ne 'zurich' ) { # XXX + else { # FIXME Not according to Open311 v2 $request->{agency_responsible} = $problem->bodies; } |