Revision 635b7adc
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
SL/Controller/BackgroundJob.pm | ||
---|---|---|
170 | 170 |
|
171 | 171 |
if (@errors) { |
172 | 172 |
flash('error', @errors); |
173 |
$self->setup_form_action_bar; |
|
173 | 174 |
$self->render('background_job/form', title => $is_new ? $::locale->text('Create a new background job') : $::locale->text('Edit background job')); |
174 | 175 |
return; |
175 | 176 |
} |
Auch abrufbar als: Unified diff
Hintergrund-Job speichern: Action-Bar auch nach Fehler anzeigen.