* fix on job pusblishing
This commit is contained in:
Sebastian Marcet 2014-11-28 16:36:07 -03:00
parent 1bc3cd385b
commit 3cbebb31d1
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ implements IJobPublishingService
if(!$parent) throw new NotFoundEntityException('JobHolder','');
$job->setParent($parent); // Should set the ID once the Holder is created...
$job->write();
$job->doPublish();
//$job->doPublish();
}
}