Skip to content

Commit

Permalink
[Bromley] Allow image sending on all Echo categories
Browse files Browse the repository at this point in the history
Was previously limited to waste.
  • Loading branch information
nephila-nacrea authored and dracos committed Dec 24, 2024
1 parent 5e0861e commit 6bc48d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions perllib/FixMyStreet/Cobrand/Bromley.pm
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,6 @@ sub open311_config {

if ($contact->email =~ /^\d+$/) {
$params->{multi_photos} = 1;
}
my $group = $contact->get_extra_metadata('group') || '';
if ($group eq 'Waste') {
$params->{upload_files} = 1;
}

Expand Down

0 comments on commit 6bc48d9

Please sign in to comment.