diff options
author | Dave Arter <davea@mysociety.org> | 2019-06-05 09:39:46 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2019-06-05 09:39:46 +0100 |
commit | 89a1c0b0f1239e9bf2a74d8a1f7860bb7dca9df5 (patch) | |
tree | b4cdce881fe04fd7f5c5aea7295312c5f947b273 | |
parent | f4cbb3b53941ae3cb2816d2b26bf3b6f9db0ca2a (diff) |
[Hounslow] Don’t show fetched report descriptions
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Hounslow.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Hounslow.pm b/perllib/FixMyStreet/Cobrand/Hounslow.pm index 7ebd62a18..39f8e902f 100644 --- a/perllib/FixMyStreet/Cobrand/Hounslow.pm +++ b/perllib/FixMyStreet/Cobrand/Hounslow.pm @@ -137,6 +137,9 @@ sub open311_skip_report_fetch { return 1 if $problem->non_public; } +# Make sure fetched report description isn't shown. +sub filter_report_description { "" } + sub lookup_site_code_config { { buffer => 50, # metres url => "https://tilma.mysociety.org/mapserver/hounslow", |