Skip to content

Commit

Permalink
[Glos] Allow file upload for multiple photos for Confirm
Browse files Browse the repository at this point in the history
  • Loading branch information
nephila-nacrea committed Oct 13, 2023
1 parent 2681692 commit afe9a33
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions perllib/FixMyStreet/Cobrand/Gloucestershire.pm
Original file line number Diff line number Diff line change
Expand Up @@ -241,5 +241,17 @@ sub path_to_pin_icons {
return '/cobrands/oxfordshire/images/';
}

=head2 open311_config
Send multiple photos as files to Open311
=cut

sub open311_config {
my ($self, $row, $h, $params) = @_;

$params->{multi_photos} = 1;
$params->{upload_files} = 1;
}

1;

0 comments on commit afe9a33

Please sign in to comment.