diff options
author | Struan Donald <struan@exo.org.uk> | 2019-08-02 17:32:14 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-08-15 09:43:02 +0100 |
commit | 52dfeb4d3c0883d05d01662597f1f8f5d74ba15b (patch) | |
tree | 63679e20f41344b011b63fdf8caa9d6b2c6714e1 | |
parent | bafdef065a13720c180067d0fb522ecd3f1aac37 (diff) |
[Rutland] update default map status to be open
Fixes mysociety/fixmystreet-commercial#1495
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Rutland.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Rutland.pm b/perllib/FixMyStreet/Cobrand/Rutland.pm index 97bcfe637..ed3f15333 100644 --- a/perllib/FixMyStreet/Cobrand/Rutland.pm +++ b/perllib/FixMyStreet/Cobrand/Rutland.pm @@ -62,4 +62,6 @@ sub ask_ever_reported { return 0; } +sub on_map_default_status { 'open' } + 1; |