mirror of
https://github.com/newnius/YAO-portal.git
synced 2025-06-06 07:11:54 +00:00
bugfix
This commit is contained in:
parent
6047d0bdcc
commit
733e4e6639
@ -35,7 +35,7 @@ function job_submit(CRObject $job)
|
||||
}
|
||||
$job->set('tasks', $tasks);
|
||||
$job->set('workspace', $job->get('workspace'));
|
||||
$job->set('virtual_cluster', $job->getInt('virtual_cluster'));
|
||||
$job->set('group', $job->get('virtual_cluster'));
|
||||
$job->set('priority', $job->getInt('priority'));
|
||||
$job->set('run_before', $job->getInt('run_before'));
|
||||
$job->set('created_by', $job->getInt('created_by'));
|
||||
|
Loading…
Reference in New Issue
Block a user