Skip to content

Commit

Permalink
Merge branch 'brent-initial-setup' into commercial-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Oct 9, 2023
2 parents 8a5bce3 + a81f1e5 commit 634ffc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perllib/FixMyStreet/App/Controller/Waste.pm
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ sub redirect_to_id : Private {
$uri .= '/report' if $type eq 'report';
$uri .= '/garden_check' if $type eq 'garden';
$uri .= '/bulky' if $type eq 'bulky';
$uri .= '/small_items' if $type eq 'small_items';
$c->res->redirect($uri);
$c->detach;
}
Expand Down

0 comments on commit 634ffc5

Please sign in to comment.