Resolve "Data archiving" #1687

Open
korina.cordero wants to merge 139 commits from 762-data-archiving into 746-resq-2-0-final
Showing only changes of commit 8ff3fe8d3c - Show all commits

View file

@ -551,7 +551,7 @@ class ResqJobOrderHandler implements JobOrderHandlerInterface
if (empty($ref_jo)) { if (empty($ref_jo)) {
$error_array['ref_jo'] = 'Invalid reference job order specified.'; $error_array['ref_jo'] = 'Invalid reference job order specified.';
} else { } else {
$jo->setReferenceJO($ref_jo); $jo->setReferenceJOId($ref_jo->getID());
} }
} }
@ -2158,7 +2158,7 @@ class ResqJobOrderHandler implements JobOrderHandlerInterface
if (empty($ref_jo)) { if (empty($ref_jo)) {
$error_array['ref_jo'] = 'Invalid reference job order specified.'; $error_array['ref_jo'] = 'Invalid reference job order specified.';
} else { } else {
$jo->setReferenceJO($ref_jo); $jo->setReferenceJOId($ref_jo->getID());
} }
} }