Skip to content
Snippets Groups Projects
Commit ed2da032 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

fix: fix can download status

parent 027ddec9
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ public class Job {
private static final String JOB_NEEDS_DOWNLOAD = "job.needs_download";
private static final String JOB_CAN_BE_DOWNLOADED = "job.needs_download";
private static final String JOB_CAN_BE_DOWNLOADED = "job.can_be_downloaded";
private static final String JOB_IS_DOWNLOADED = "job.downloaded";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment