1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-12-13 09:06:43 +00:00
This commit is contained in:
2020-05-01 12:49:32 +08:00
parent 311bc68cd1
commit 3eff537d5f
4 changed files with 5 additions and 2 deletions

View File

@@ -76,6 +76,7 @@ switch ($action) {
$job->set('workspace', cr_get_POST('workspace'));
$job->set('priority', cr_get_POST('priority'));
$job->set('run_before', cr_get_POST('run_before'));
$job->set('locality', cr_get_POST('locality'));
$job->set('tasks', cr_get_POST('tasks'));
$res = job_submit($job);
break;