* Fixed a bug in Jobs->clear() where the 'job_uuid' wasn't being passed to Database->insert_or_update_jobs().

Signed-off-by: Digimer <digimer@alteeve.ca>
main
Digimer 6 years ago
parent 90bbcfe9f4
commit f58979ad27
  1. 1
      Anvil/Tools/Job.pm

@ -110,6 +110,7 @@ sub clear
line => __LINE__, line => __LINE__,
debug => $debug, debug => $debug,
update_progress_only => 1, update_progress_only => 1,
job_uuid => $job_uuid,
job_picked_up_by => 0, job_picked_up_by => 0,
job_progress => 0, job_progress => 0,
}); });

Loading…
Cancel
Save