X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4e4bd8f9d9b5c89d42829011786d3766a0b926bf..e5f571cf1b7b61910b5f1b6f50188a9568a274e9:/SL/Controller/BackgroundJob.pm diff --git a/SL/Controller/BackgroundJob.pm b/SL/Controller/BackgroundJob.pm index 3176eb66d..57ec5c377 100644 --- a/SL/Controller/BackgroundJob.pm +++ b/SL/Controller/BackgroundJob.pm @@ -83,7 +83,10 @@ sub action_execute { flash_later('error', $::locale->text('There was an error executing the background job.')); } - $self->redirect_to(controller => 'BackgroundJobHistory', action => 'show', id => $history->id); + $self->redirect_to(controller => 'BackgroundJobHistory', + action => 'show', + id => $history->id, + back_to => $self->url_for(action => 'edit', id => $self->background_job->id)); } #