diff options
author | Hakim Cassimally <hakim@mysociety.org> | 2014-08-19 10:26:31 +0000 |
---|---|---|
committer | Hakim Cassimally <hakim@mysociety.org> | 2014-10-16 16:56:27 +0000 |
commit | 807eb73734bff70b9f16c61f68fce7291565b428 (patch) | |
tree | 855199d73f5106fa51b8b667070ad36555c001cb /perllib/Open311/Endpoint/Integration/Warwick.pm | |
parent | 1708bc30af7176f95f0ec5718289d3a633daf32b (diff) |
[Warwickshire] Integration bits during/after visit
- Tweaks required to get things working in WCC environment
- update Open311 to onsite changes
- updated Open311 parameters after WCC's Bentley and County Highways workshop.
- ... including ce_cpr_id
Diffstat (limited to 'perllib/Open311/Endpoint/Integration/Warwick.pm')
-rw-r--r-- | perllib/Open311/Endpoint/Integration/Warwick.pm | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/perllib/Open311/Endpoint/Integration/Warwick.pm b/perllib/Open311/Endpoint/Integration/Warwick.pm index 0680f7ba1..bc57a8e8c 100644 --- a/perllib/Open311/Endpoint/Integration/Warwick.pm +++ b/perllib/Open311/Endpoint/Integration/Warwick.pm @@ -10,26 +10,26 @@ has '+default_service_notice' => ( sub services { # TODO, get this from ::Exor my @services = ( - [ BR => 'Bridges' ], - [ CD => 'Carriageway Defect' ], - [ CD => 'Roads/Highways' ], - [ DR => 'Drainage' ], - [ DS => 'Debris/Spillage' ], - [ FE => 'Fences' ], - [ 'F D' => 'Pavements' ], - [ GC => 'Gully & Catchpits' ], - [ IS => 'Ice/Snow' ], - [ MD => 'Mud & Debris' ], - [ MH => 'Manhole' ], - [ OS => 'Oil Spillage' ], - [ OT => 'Other' ], + # [ BR => 'Bridges' ], + # [ CD => 'Carriageway Defect' ], + # [ CD => 'Roads/Highways' ], + # [ DR => 'Drainage' ], + # [ DS => 'Debris/Spillage' ], + # [ FE => 'Fences' ], + # [ 'F D' => 'Pavements' ], + # [ GC => 'Gully & Catchpits' ], + # [ IS => 'Ice/Snow' ], + # [ MD => 'Mud & Debris' ], + # [ MH => 'Manhole' ], + # [ OS => 'Oil Spillage' ], + # [ OT => 'Other' ], [ PO => 'Pothole' ], - [ PD => 'Property Damage' ], - [ RM => 'Road Marking' ], - [ SN => 'Road traffic signs' ], - [ SP => 'Traffic' ], - [ UT => 'Utilities' ], - [ VG => 'Vegetation' ], + # [ PD => 'Property Damage' ], + # [ RM => 'Road Marking' ], + # [ SN => 'Road traffic signs' ], + # [ SP => 'Traffic' ], + # [ UT => 'Utilities' ], + # [ VG => 'Vegetation' ], ); return map { my ($code, $name) = @$_; |