mirror of
https://github.com/newnius/YAO-portal.git
synced 2025-12-13 09:06:43 +00:00
update
This commit is contained in:
1
ajax.php
1
ajax.php
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user