aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-08-28 13:04:53 +0100
committerMatthew Somerville <matthew@mysociety.org>2018-10-09 12:18:01 +0100
commit6ade3433e5fe25d7011a168946c492538fcc0653 (patch)
tree0d2903f5ec1a064e15ffe22257998253c145d2a7
parent0f7571bffcf898faf3a93c7aa595614ea5febc04 (diff)
[BANES] Show open reports only by default.
-rw-r--r--perllib/FixMyStreet/Cobrand/BathNES.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/BathNES.pm b/perllib/FixMyStreet/Cobrand/BathNES.pm
index 178601bdf..187c2afbb 100644
--- a/perllib/FixMyStreet/Cobrand/BathNES.pm
+++ b/perllib/FixMyStreet/Cobrand/BathNES.pm
@@ -29,6 +29,8 @@ sub base_url {
sub map_type { 'BathNES' }
+sub on_map_default_status { 'open' }
+
sub example_places {
return ( 'BA1 1JQ', "Lansdown Grove" );
}