aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-08-07 15:16:09 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-08-07 16:42:14 +0100
commit56ebfd0bb429fabca8022284b03a5bc91dad97c0 (patch)
treea20b34c0d54d7d32c3f140fafec1aba919c9b535
parenta0de034e5f8ce83f6e13b57853c66a40b45efc03 (diff)
[Buckinghamshire] Open reports only by default.
-rw-r--r--perllib/FixMyStreet/Cobrand/Buckinghamshire.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm b/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm
index 1ea87d290..f02ee9e51 100644
--- a/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm
+++ b/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm
@@ -43,6 +43,8 @@ sub disambiguate_location {
};
}
+sub on_map_default_status { 'open' }
+
sub pin_colour {
my ( $self, $p, $context ) = @_;
return 'grey' if $p->state eq 'not responsible';