Skip to content

Commit

Permalink
Merge branch 'brent-atak-add-group-to-issue-text'
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismytton committed Sep 15, 2023
2 parents 748200a + 4564ed1 commit 2372329
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perllib/FixMyStreet/Cobrand/Brent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,8 @@ Same as Symology above, but different attribute name.
push @$open311_only, { name => 'title', value => $row->title };
push @$open311_only, { name => 'report_url', value => $h->{url} };
push @$open311_only, { name => 'detail', value => $row->detail };
push @$open311_only, { name => 'group', value => $row->get_extra_metadata('group') };


=item * Adds location name from WFS service for ATAK reports if missing
Expand Down

0 comments on commit 2372329

Please sign in to comment.