Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 23a8d2c0

Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt

  • ID 23a8d2c0fb26571db4c5776d3572eb6b3356338b
  • Vorgänger 46b49275
  • Nachfolger 5f49de40

Controller zur Verwaltung von BackgroundJobHistory-Einträgen

Unterschiede anzeigen:

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