Revision 23a8d2c0
Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt
SL/Controller/BackgroundJob.pm | ||
---|---|---|
83 | 83 |
flash_later('error', $::locale->text('There was an error executing the background job.')); |
84 | 84 |
} |
85 | 85 |
|
86 |
$self->redirect_to(controller => 'BackgroundJobHistory', action => 'show', id => $history->id); |
|
86 |
$self->redirect_to(controller => 'BackgroundJobHistory', |
|
87 |
action => 'show', |
|
88 |
id => $history->id, |
|
89 |
back_to => $self->url_for(action => 'edit', id => $self->background_job->id)); |
|
87 | 90 |
} |
88 | 91 |
|
89 | 92 |
# |
Auch abrufbar als: Unified diff
Controller zur Verwaltung von BackgroundJobHistory-Einträgen