aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/IsleOfWight.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2019-09-26 11:21:20 +0100
committerStruan Donald <struan@exo.org.uk>2019-09-27 17:43:38 +0100
commit69bcfbc29f16fe4b1e951307b23a819e5b48f10a (patch)
tree018b906d8e82f4ec63fe1c2e0a6a0cdd9e90de70 /perllib/FixMyStreet/Cobrand/IsleOfWight.pm
parent27e446aff577e08ce5ebab3e77eeebc1cee81fce (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.pm3
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) = @_;