Skip to content

Commit

Permalink
fixup! fixup! [Bexley][WW] Display additional missed report details o…
Browse files Browse the repository at this point in the history
…n confirmation page
  • Loading branch information
nephila-nacrea committed Oct 3, 2024
1 parent b5f635c commit 47a38b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions perllib/FixMyStreet/App/Controller/Waste.pm
Original file line number Diff line number Diff line change
Expand Up @@ -841,8 +841,7 @@ sub group_reports {
if (@reports) {
$report->set_extra_metadata(grouped_ids => [ map { $_->id } @reports ]);
$report->set_extra_metadata(
grouped_titles => [ map { $_->title } @reports ] )
if $c->cobrand->call_hook('group_report_titles');
grouped_titles => [ map { $_->title } @reports ] );
$report->update;
}
$c->stash->{report} = $report;
Expand Down

0 comments on commit 47a38b5

Please sign in to comment.