X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/2f374c963333aa8ee6ebbab7942b57386585c58b..e214accccd89a9c8:/SL/Controller/BackgroundJob.pm diff --git a/SL/Controller/BackgroundJob.pm b/SL/Controller/BackgroundJob.pm index 0ff74590a..b68829797 100644 --- a/SL/Controller/BackgroundJob.pm +++ b/SL/Controller/BackgroundJob.pm @@ -167,6 +167,9 @@ sub init_models { last_run_at => t8('Last run at'), next_run_at => t8('Next run at'), }, + query => [ + package_name => [ SL::BackgroundJob::Base->get_known_job_classes ], + ], ); }