diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-07-08 14:00:48 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-07-09 18:04:47 +0100 |
commit | bc4b5d5b4e32f4b38775f0409146b694870147b3 (patch) | |
tree | 62438c7c518011c847868ea9ee0a15b1e23a813b /perllib/FixMyStreet/Cobrand/Bexley.pm | |
parent | b078fc7a95ba42e62c3c905c45b7bed085619e6e (diff) |
Allow cobrands to disable admin resending.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Bexley.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bexley.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bexley.pm b/perllib/FixMyStreet/Cobrand/Bexley.pm index af344e545..1f16b817e 100644 --- a/perllib/FixMyStreet/Cobrand/Bexley.pm +++ b/perllib/FixMyStreet/Cobrand/Bexley.pm @@ -21,6 +21,8 @@ sub disambiguate_location { }; } +sub disable_resend { 1 } + sub on_map_default_status { 'open' } sub open311_munge_update_params { |