Revision 0dc2d52f
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/Controller/BackgroundJob.pm | ||
---|---|---|
92 | 92 |
sub action_save_and_execute { |
93 | 93 |
my ($self) = @_; |
94 | 94 |
|
95 |
$self->background_job(SL::DB::BackgroundJob->new) if !$self->background_job; |
|
95 | 96 |
return unless $self->create_or_update; |
96 | 97 |
$self->action_execute; |
97 | 98 |
} |
Auch abrufbar als: Unified diff
BackgroundJobs: "speichern und ausführen" für neue Jobs gefixt