aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/Zurich.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Zurich.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/Zurich.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Zurich.pm b/perllib/FixMyStreet/Cobrand/Zurich.pm
index 6bbbdc775..1040116ed 100644
--- a/perllib/FixMyStreet/Cobrand/Zurich.pm
+++ b/perllib/FixMyStreet/Cobrand/Zurich.pm
@@ -364,7 +364,7 @@ sub set_problem_state {
my ($self, $c, $problem, $new_state) = @_;
return $self->update_admin_log($c, $problem) if $new_state eq $problem->state;
$problem->state( $new_state );
- $c->forward( 'log_edit', [ $problem->id, 'problem', "state change to $new_state" ] );
+ $c->forward( '/admin/log_edit', [ $problem->id, 'problem', "state change to $new_state" ] );
}
=head1 C<update_admin_log>
@@ -388,7 +388,7 @@ sub update_admin_log {
$text = "Logging time_spent";
}
- $c->forward( 'log_edit', [ $problem->id, 'problem', $text, $time_spent ] );
+ $c->forward( '/admin/log_edit', [ $problem->id, 'problem', $text, $time_spent ] );
}
# Any user with from_body set can view admin
@@ -898,7 +898,7 @@ sub admin_report_edit {
$self->set_problem_state($c, $problem, 'confirmed');
}
$problem->update;
- $c->forward( 'log_edit', [ $problem->id, 'problem',
+ $c->forward( '/admin/log_edit', [ $problem->id, 'problem',
$not_contactable ?
_('Customer not contactable')
: _('Sent report back') ] );