diff options
author | Struan Donald <struan@exo.org.uk> | 2019-09-26 11:21:20 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-09-27 17:43:38 +0100 |
commit | 69bcfbc29f16fe4b1e951307b23a819e5b48f10a (patch) | |
tree | 018b906d8e82f4ec63fe1c2e0a6a0cdd9e90de70 /perllib/FixMyStreet/Cobrand/IsleOfWight.pm | |
parent | 27e446aff577e08ce5ebab3e77eeebc1cee81fce (diff) |
[IsleOfWight] ignore description on fetched reports
Use a generic report description for fetched reports rather than the one
fetched over open311
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/IsleOfWight.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/IsleOfWight.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/IsleOfWight.pm b/perllib/FixMyStreet/Cobrand/IsleOfWight.pm index f8e5542c0..49356e3ae 100644 --- a/perllib/FixMyStreet/Cobrand/IsleOfWight.pm +++ b/perllib/FixMyStreet/Cobrand/IsleOfWight.pm @@ -73,6 +73,9 @@ sub open311_config { $row->set_extra_fields(@$extra); } +# Make sure fetched report description isn't shown. +sub filter_report_description { "" } + sub open311_munge_update_params { my ($self, $params, $comment, $body) = @_; |