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