diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Greenwich.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Greenwich.pm b/perllib/FixMyStreet/Cobrand/Greenwich.pm index 9b7024b8e..bf172dbc7 100644 --- a/perllib/FixMyStreet/Cobrand/Greenwich.pm +++ b/perllib/FixMyStreet/Cobrand/Greenwich.pm @@ -56,6 +56,9 @@ sub open311_config { sub open311_contact_meta_override { my ($self, $service, $contact, $meta) = @_; + # Greenwich returns groups we do not want to use + $service->{group} = []; + my %server_set = (easting => 1, northing => 1, closest_address => 1); foreach (@$meta) { $_->{automated} = 'server_set' if $server_set{$_->{code}}; |