Skip to content

Commit 6bc48d9

Browse files
nephila-nacreadracos
authored andcommitted
[Bromley] Allow image sending on all Echo categories
Was previously limited to waste.
1 parent 5e0861e commit 6bc48d9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: perllib/FixMyStreet/Cobrand/Bromley.pm

-3
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,6 @@ sub open311_config {
215215

216216
if ($contact->email =~ /^\d+$/) {
217217
$params->{multi_photos} = 1;
218-
}
219-
my $group = $contact->get_extra_metadata('group') || '';
220-
if ($group eq 'Waste') {
221218
$params->{upload_files} = 1;
222219
}
223220

0 commit comments

Comments
 (0)